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

/linux-master/lib/
H A Drefcount.c160 * refcount_dec_and_lock_irqsave - return holding spinlock with disabled
172 bool refcount_dec_and_lock_irqsave(refcount_t *r, spinlock_t *lock, function
186 EXPORT_SYMBOL(refcount_dec_and_lock_irqsave); variable
/linux-master/include/linux/
H A Drefcount.h358 extern __must_check bool refcount_dec_and_lock_irqsave(refcount_t *r,
/linux-master/kernel/
H A Duser.c198 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags))
/linux-master/drivers/gpu/drm/i915/
H A Dintel_wakeref.c142 if (!refcount_dec_and_lock_irqsave(&wf->count, &wf->lock, &flags))

Completed in 161 milliseconds