Home
last modified time | relevance | path

Searched refs:refcount_dec_and_lock_irqsave (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/
H A Drefcount.c172 bool refcount_dec_and_lock_irqsave(refcount_t *r, spinlock_t *lock, in refcount_dec_and_lock_irqsave() function
186 EXPORT_SYMBOL(refcount_dec_and_lock_irqsave);
/openbmc/linux/include/linux/
H A Drefcount.h366 extern __must_check bool refcount_dec_and_lock_irqsave(refcount_t *r,
/openbmc/linux/kernel/
H A Duser.c185 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c135 if (!refcount_dec_and_lock_irqsave(&wf->count, &wf->lock, &flags)) in wakeref_auto_timeout()