Home
last modified time | relevance | path

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

/tools/include/linux/
Drefcount.h76 bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() function
109 REFCOUNT_WARN(!refcount_inc_not_zero(r), "refcount_t: increment on 0; use-after-free.\n"); in refcount_inc()
/tools/perf/util/
Dcomm.c24 if (cs && refcount_inc_not_zero(&cs->refcnt)) in comm_str__get()