Searched refs:atomic_dec_and_lock_irqsave (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/include/linux/ |
D | spinlock.h | 489 #define atomic_dec_and_lock_irqsave(atomic, lock, flags) \ macro
|
/Linux-v5.15/block/ |
D | keyslot-manager.c | 315 if (atomic_dec_and_lock_irqsave(&slot->slot_refs, in blk_ksm_put_slot()
|
/Linux-v5.15/kernel/ |
D | ucount.c | 204 if (atomic_dec_and_lock_irqsave(&ucounts->count, &ucounts_lock, flags)) { in put_ucounts()
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 242 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 | 1093 if (atomic_dec_and_lock_irqsave(&vma->open_count, in i915_vma_close()
|
/Linux-v5.15/drivers/md/ |
D | raid5.c | 404 if (atomic_dec_and_lock_irqsave(&sh->count, &conf->device_lock, flags)) { in raid5_release_stripe()
|