Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Drefcount.c373 bool refcount_dec_and_lock_irqsave(refcount_t *r, spinlock_t *lock, in refcount_dec_and_lock_irqsave() function
387 EXPORT_SYMBOL(refcount_dec_and_lock_irqsave);
/Linux-v5.4/include/linux/
Drefcount.h115 extern __must_check bool refcount_dec_and_lock_irqsave(refcount_t *r,
/Linux-v5.4/kernel/
Duser.c171 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid()
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_wakeref.c122 if (!refcount_dec_and_lock_irqsave(&wf->count, &wf->lock, &flags)) in wakeref_auto_timeout()
/Linux-v5.4/mm/
Dbacking-dev.c466 if (!refcount_dec_and_lock_irqsave(&congested->refcnt, &cgwb_lock, &flags)) in wb_congested_put()