refcount_add_not_zero_checked   46 include/linux/refcount.h extern __must_check bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r);
refcount_add_not_zero_checked   59 include/linux/refcount.h #define refcount_add_not_zero	refcount_add_not_zero_checked
refcount_add_not_zero_checked   85 lib/refcount.c EXPORT_SYMBOL(refcount_add_not_zero_checked);
refcount_add_not_zero_checked  105 lib/refcount.c 	WARN_ONCE(!refcount_add_not_zero_checked(i, r), "refcount_t: addition on 0; use-after-free.\n");