Home
last modified time | relevance | path

Searched refs:idle_slots (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A 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-6.6/block/
H A Dblk-crypto-profile.c104 INIT_LIST_HEAD(&profile->idle_slots); in blk_crypto_profile_init()
109 &profile->idle_slots); in blk_crypto_profile_init()
283 if (!list_empty(&profile->idle_slots)) in blk_crypto_get_keyslot()
288 !list_empty(&profile->idle_slots)); in blk_crypto_get_keyslot()
291 slot = list_first_entry(&profile->idle_slots, struct blk_crypto_keyslot, in blk_crypto_get_keyslot()
332 list_add_tail(&slot->idle_slot_node, &profile->idle_slots); in blk_crypto_put_keyslot()
/kernel/linux/linux-5.10/include/linux/
H A Dkeyslot-manager.h71 struct list_head idle_slots; member
/kernel/linux/linux-6.6/include/linux/
H A Dblk-crypto-profile.h118 struct list_head idle_slots; member

Completed in 2 milliseconds