Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Drefcount.c64 bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r) in refcount_add_not_zero_checked() function
85 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()
/Linux-v5.4/include/linux/
Drefcount.h46 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