Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_atomic_inc_dec.c240 static void refcount_dec(const char *fn, struct expression *expr, void *param) in refcount_dec() function
458 add_function_hook("refcount_dec", &refcount_dec, INT_PTR(0)); in check_atomic_inc_dec()
466 add_function_hook("refcount_sub_and_test", &refcount_dec, INT_PTR(1)); in check_atomic_inc_dec()
467 add_function_hook("refcount_dec_and_test", &refcount_dec, INT_PTR(0)); in check_atomic_inc_dec()