Searched refs:refcount_inc_not_zero (Results 1 – 2 of 2) sorted by relevance
76 bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() function109 REFCOUNT_WARN(!refcount_inc_not_zero(r), "refcount_t: increment on 0; use-after-free.\n"); in refcount_inc()
24 if (cs && refcount_inc_not_zero(&cs->refcnt)) in comm_str__get()