Home
last modified time | relevance | path

Searched refs:idle_slots (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
Dkeyslot-manager.c95 INIT_LIST_HEAD(&ksm->idle_slots); in blk_ksm_init()
100 &ksm->idle_slots); in blk_ksm_init()
226 if (!list_empty(&ksm->idle_slots)) in blk_ksm_get_slot_for_key()
231 !list_empty(&ksm->idle_slots)); in blk_ksm_get_slot_for_key()
234 slot = list_first_entry(&ksm->idle_slots, struct blk_ksm_keyslot, in blk_ksm_get_slot_for_key()
279 list_add_tail(&slot->idle_slot_node, &ksm->idle_slots); in blk_ksm_put_slot()
/kernel/linux/linux-5.10/include/linux/
Dkeyslot-manager.h71 struct list_head idle_slots; member