Searched defs:refcount_add_not_zero (Results 1 – 3 of 3) sorted by relevance
59 #define refcount_add_not_zero refcount_add_not_zero_checked macro74 static inline __must_check bool refcount_add_not_zero(unsigned int i, refcount_t *r) in refcount_add_not_zero() function
81 bool refcount_add_not_zero(unsigned int i, refcount_t *r) in refcount_add_not_zero() function
186 static inline __must_check bool refcount_add_not_zero(int i, refcount_t *r) in refcount_add_not_zero() function