Searched refs:slot_refs (Results 1 – 2 of 2) sorted by relevance
40 atomic_t slot_refs; member204 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()378 if (WARN_ON_ONCE(atomic_read(&slot->slot_refs) != 0)) { in blk_ksm_evict_key()
37 atomic_t slot_refs; member216 if (atomic_inc_return(&slot->slot_refs) == 1) { in blk_crypto_find_and_grab_keyslot()313 atomic_set(&slot->slot_refs, 1); in blk_crypto_get_keyslot()339 if (atomic_dec_and_lock_irqsave(&slot->slot_refs, in blk_crypto_put_keyslot()401 if (WARN_ON_ONCE(atomic_read(&slot->slot_refs) != 0)) { in __blk_crypto_evict_key()