Searched refs:idle_slots (Results 1 – 2 of 2) sorted by relevance
101 INIT_LIST_HEAD(&ksm->idle_slots); in blk_ksm_init()106 &ksm->idle_slots); in blk_ksm_init()264 if (!list_empty(&ksm->idle_slots)) in blk_ksm_get_slot_for_key()269 !list_empty(&ksm->idle_slots)); in blk_ksm_get_slot_for_key()272 slot = list_first_entry(&ksm->idle_slots, struct blk_ksm_keyslot, in blk_ksm_get_slot_for_key()317 list_add_tail(&slot->idle_slot_node, &ksm->idle_slots); in blk_ksm_put_slot()
93 struct list_head idle_slots; member