Searched refs:atomic_dec_and_lock_irqsave (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/linux/ |
D | spinlock.h | 477 #define atomic_dec_and_lock_irqsave(atomic, lock, flags) \ macro
|
/linux-6.6.21/block/ |
D | blk-crypto-profile.c | 330 if (atomic_dec_and_lock_irqsave(&slot->slot_refs, in blk_crypto_put_keyslot()
|
/linux-6.6.21/kernel/ |
D | ucount.c | 208 if (atomic_dec_and_lock_irqsave(&ucounts->count, &ucounts_lock, flags)) { in put_ucounts()
|
/linux-6.6.21/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 | 135 if (!atomic_dec_and_lock_irqsave(&ref->count, &ref->tree_lock, flags)) in __active_retire()
|
D | i915_vma.c | 1688 if (atomic_dec_and_lock_irqsave(&vma->open_count, in i915_vma_close()
|
/linux-6.6.21/drivers/md/ |
D | raid5.c | 414 if (atomic_dec_and_lock_irqsave(&sh->count, &conf->device_lock, flags)) { in raid5_release_stripe()
|