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