Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dkeyslot-manager.c103 spin_lock_init(&ksm->idle_slots_lock); in blk_ksm_init()
142 spin_lock_irqsave(&ksm->idle_slots_lock, flags); in blk_ksm_remove_slot_from_lru_list()
144 spin_unlock_irqrestore(&ksm->idle_slots_lock, flags); in blk_ksm_remove_slot_from_lru_list()
278 &ksm->idle_slots_lock, flags)) { in blk_ksm_put_slot()
280 spin_unlock_irqrestore(&ksm->idle_slots_lock, flags); in blk_ksm_put_slot()
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-profile.c112 spin_lock_init(&profile->idle_slots_lock); in blk_crypto_profile_init()
184 spin_lock_irqsave(&profile->idle_slots_lock, flags); in blk_crypto_remove_slot_from_lru_list()
186 spin_unlock_irqrestore(&profile->idle_slots_lock, flags); in blk_crypto_remove_slot_from_lru_list()
331 &profile->idle_slots_lock, flags)) { in blk_crypto_put_keyslot()
333 spin_unlock_irqrestore(&profile->idle_slots_lock, flags); in blk_crypto_put_keyslot()
/kernel/linux/linux-5.10/include/linux/
H A Dkeyslot-manager.h72 spinlock_t idle_slots_lock; member
/kernel/linux/linux-6.6/include/linux/
H A Dblk-crypto-profile.h119 spinlock_t idle_slots_lock; member

Completed in 3 milliseconds