Searched refs:refcount_add_not_zero_checked (Results 1 – 1 of 1) 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()