Searched refs:REFCOUNT_WARN (Results 1 – 1 of 1) sorted by relevance
45 #define REFCOUNT_WARN(cond, str) (void)(cond) macro48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) macro96 REFCOUNT_WARN(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero()109 REFCOUNT_WARN(!refcount_inc_not_zero(r), "refcount_t: increment on 0; use-after-free.\n"); in refcount_inc()131 REFCOUNT_WARN(new > val, "refcount_t: underflow; use-after-free.\n"); in refcount_sub_and_test()