Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dkeyslot-manager.c109 spin_lock_init(&ksm->idle_slots_lock); in blk_ksm_init()
176 spin_lock_irqsave(&ksm->idle_slots_lock, flags); in blk_ksm_remove_slot_from_lru_list()
178 spin_unlock_irqrestore(&ksm->idle_slots_lock, flags); in blk_ksm_remove_slot_from_lru_list()
316 &ksm->idle_slots_lock, flags)) { in blk_ksm_put_slot()
318 spin_unlock_irqrestore(&ksm->idle_slots_lock, flags); in blk_ksm_put_slot()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkeyslot-manager.h94 spinlock_t idle_slots_lock; member