Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Drefcount.c118 bool refcount_inc_not_zero_checked(refcount_t *r) in refcount_inc_not_zero_checked() function
137 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()
/linux-4.19.296/include/linux/
Drefcount.h49 extern __must_check bool refcount_inc_not_zero_checked(refcount_t *r);
62 #define refcount_inc_not_zero refcount_inc_not_zero_checked