Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-crypto-profile.c97 INIT_LIST_HEAD(&profile->idle_slots); in blk_crypto_profile_init()
102 &profile->idle_slots); in blk_crypto_profile_init()
277 if (!list_empty(&profile->idle_slots)) in blk_crypto_get_keyslot()
282 !list_empty(&profile->idle_slots)); in blk_crypto_get_keyslot()
285 slot = list_first_entry(&profile->idle_slots, struct blk_crypto_keyslot, in blk_crypto_get_keyslot()
331 list_add_tail(&slot->idle_slot_node, &profile->idle_slots); in blk_crypto_put_keyslot()
/linux-6.3-rc2/include/linux/
A Dblk-crypto-profile.h117 struct list_head idle_slots; member

Completed in 5 milliseconds