Lines Matching defs:r
64 bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r) in refcount_add_not_zero_checked()
103 void refcount_add_checked(unsigned int i, refcount_t *r) in refcount_add_checked()
121 bool refcount_inc_not_zero_checked(refcount_t *r) in refcount_inc_not_zero_checked()
154 void refcount_inc_checked(refcount_t *r) in refcount_inc_checked()
180 bool refcount_sub_and_test_checked(unsigned int i, refcount_t *r) in refcount_sub_and_test_checked()
218 bool refcount_dec_and_test_checked(refcount_t *r) in refcount_dec_and_test_checked()
234 void refcount_dec_checked(refcount_t *r) in refcount_dec_checked()
256 bool refcount_dec_if_one(refcount_t *r) in refcount_dec_if_one()
275 bool refcount_dec_not_one(refcount_t *r) in refcount_dec_not_one()
314 bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) in refcount_dec_and_mutex_lock()
345 bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) in refcount_dec_and_lock()
373 bool refcount_dec_and_lock_irqsave(refcount_t *r, spinlock_t *lock, in refcount_dec_and_lock_irqsave()