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