Searched refs:refcount_add_not_zero_checked (Results 1 – 2 of 2) sorted by relevance
64 bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r) in refcount_add_not_zero_checked() function85 EXPORT_SYMBOL(refcount_add_not_zero_checked);105 WARN_ONCE(!refcount_add_not_zero_checked(i, r), "refcount_t: addition on 0; use-after-free.\n"); in refcount_add_checked()
46 extern __must_check bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r);59 #define refcount_add_not_zero refcount_add_not_zero_checked