Home
last modified time | relevance | path

Searched refs:atomic_dec_and_lock_irqsave (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/linux/
Dspinlock.h476 #define atomic_dec_and_lock_irqsave(atomic, lock, flags) \ macro
/Linux-v6.1/block/
Dblk-crypto-profile.c328 if (atomic_dec_and_lock_irqsave(&slot->slot_refs, in blk_crypto_put_keyslot()
/Linux-v6.1/kernel/
Ducount.c207 if (atomic_dec_and_lock_irqsave(&ucounts->count, &ucounts_lock, flags)) { in put_ucounts()
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_runtime_pm.c233 if (!atomic_dec_and_lock_irqsave(&rpm->wakeref_count, in __intel_wakeref_dec_and_check_tracking()
Di915_active.c136 if (!atomic_dec_and_lock_irqsave(&ref->count, &ref->tree_lock, flags)) in __active_retire()
Di915_vma.c1627 if (atomic_dec_and_lock_irqsave(&vma->open_count, in i915_vma_close()
/Linux-v6.1/drivers/md/
Draid5.c414 if (atomic_dec_and_lock_irqsave(&sh->count, &conf->device_lock, flags)) { in raid5_release_stripe()