Searched refs:atomic_dec_and_lock_irqsave (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/include/linux/ |
D | spinlock.h | 476 #define atomic_dec_and_lock_irqsave(atomic, lock, flags) \ macro
|
/Linux-v6.1/block/ |
D | blk-crypto-profile.c | 328 if (atomic_dec_and_lock_irqsave(&slot->slot_refs, in blk_crypto_put_keyslot()
|
/Linux-v6.1/kernel/ |
D | ucount.c | 207 if (atomic_dec_and_lock_irqsave(&ucounts->count, &ucounts_lock, flags)) { in put_ucounts()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 233 if (!atomic_dec_and_lock_irqsave(&rpm->wakeref_count, in __intel_wakeref_dec_and_check_tracking()
|
D | i915_active.c | 136 if (!atomic_dec_and_lock_irqsave(&ref->count, &ref->tree_lock, flags)) in __active_retire()
|
D | i915_vma.c | 1627 if (atomic_dec_and_lock_irqsave(&vma->open_count, in i915_vma_close()
|
/Linux-v6.1/drivers/md/ |
D | raid5.c | 414 if (atomic_dec_and_lock_irqsave(&sh->count, &conf->device_lock, flags)) { in raid5_release_stripe()
|