Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dkeyslot-manager.c39 atomic_t slot_refs; member
170 if (atomic_inc_return(&slot->slot_refs) == 1) { in blk_ksm_find_and_grab_keyslot()
251 atomic_set(&slot->slot_refs, 1); in blk_ksm_get_slot_for_key()
277 if (atomic_dec_and_lock_irqsave(&slot->slot_refs, in blk_ksm_put_slot()
333 if (WARN_ON_ONCE(atomic_read(&slot->slot_refs) != 0)) { in blk_ksm_evict_key()