Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c809 static void match_lock_unlock(const char *fn, struct expression *expr, void *_index) in match_lock_unlock() function
1089 add_function_hook(lock->function, &match_lock_unlock, idx); in register_lock()
1106 add_function_hook(lock_table[i].function, &match_lock_unlock, INT_PTR(i)); in load_table()