Home
last modified time | relevance | path

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

/Linux-v5.10/block/
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()
/Linux-v5.10/include/linux/
Dkeyslot-manager.h72 spinlock_t idle_slots_lock; member