Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dkeyslot-manager.c40 atomic_t slot_refs; member
204 if (atomic_inc_return(&slot->slot_refs) == 1) { in blk_ksm_find_and_grab_keyslot()
289 atomic_set(&slot->slot_refs, 1); in blk_ksm_get_slot_for_key()
315 if (atomic_dec_and_lock_irqsave(&slot->slot_refs, in blk_ksm_put_slot()
381 if (WARN_ON_ONCE(atomic_read(&slot->slot_refs) != 0)) { in blk_ksm_evict_key()