Home
last modified time | relevance | path

Searched refs:refcount_inc_not_zero_checked (Results 1 – 1 of 1) sorted by relevance

/lib/
Drefcount.c121 bool refcount_inc_not_zero_checked(refcount_t *r) in refcount_inc_not_zero_checked() function
140 EXPORT_SYMBOL(refcount_inc_not_zero_checked);
156 WARN_ONCE(!refcount_inc_not_zero_checked(r), "refcount_t: increment on 0; use-after-free.\n"); in refcount_inc_checked()