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