Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dkeyslot-manager.c101 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkeyslot-manager.h93 struct list_head idle_slots; member