Searched refs:refcount_inc_not_zero_checked (Results 1 – 2 of 2) sorted by relevance
118 bool refcount_inc_not_zero_checked(refcount_t *r) in refcount_inc_not_zero_checked() function137 EXPORT_SYMBOL(refcount_inc_not_zero_checked);153 WARN_ONCE(!refcount_inc_not_zero_checked(r), "refcount_t: increment on 0; use-after-free.\n"); in refcount_inc_checked()
49 extern __must_check bool refcount_inc_not_zero_checked(refcount_t *r);62 #define refcount_inc_not_zero refcount_inc_not_zero_checked