Lines Matching defs:r
61 bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r) in refcount_add_not_zero_checked()
100 void refcount_add_checked(unsigned int i, refcount_t *r) in refcount_add_checked()
118 bool refcount_inc_not_zero_checked(refcount_t *r) in refcount_inc_not_zero_checked()
151 void refcount_inc_checked(refcount_t *r) in refcount_inc_checked()
177 bool refcount_sub_and_test_checked(unsigned int i, refcount_t *r) in refcount_sub_and_test_checked()
210 bool refcount_dec_and_test_checked(refcount_t *r) in refcount_dec_and_test_checked()
226 void refcount_dec_checked(refcount_t *r) in refcount_dec_checked()
248 bool refcount_dec_if_one(refcount_t *r) in refcount_dec_if_one()
267 bool refcount_dec_not_one(refcount_t *r) in refcount_dec_not_one()
306 bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) in refcount_dec_and_mutex_lock()
337 bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) in refcount_dec_and_lock()
365 bool refcount_dec_and_lock_irqsave(refcount_t *r, spinlock_t *lock, in refcount_dec_and_lock_irqsave()