Searched refs:idle_slots_lock (Results 1 – 2 of 2) sorted by relevance
112 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()
119 spinlock_t idle_slots_lock; member