Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_atomic_inc_dec.c235 static void refcount_inc(const char *fn, struct expression *expr, void *param) in refcount_inc() function
457 add_function_hook("refcount_inc", &refcount_inc, INT_PTR(0)); in check_atomic_inc_dec()
459 add_function_hook("refcount_add", &refcount_inc, INT_PTR(1)); in check_atomic_inc_dec()