Searched refs:ret_any (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_locking.c | 70 ret_any, enumerator 90 {"spin_lock", LOCK, spin_lock, 0, ret_any}, 91 {"spin_unlock", UNLOCK, spin_lock, 0, ret_any}, 92 {"spin_lock_nested", LOCK, spin_lock, 0, ret_any}, 93 {"_spin_lock", LOCK, spin_lock, 0, ret_any}, 94 {"_spin_unlock", UNLOCK, spin_lock, 0, ret_any}, 95 {"_spin_lock_nested", LOCK, spin_lock, 0, ret_any}, 96 {"__spin_lock", LOCK, spin_lock, 0, ret_any}, 97 {"__spin_unlock", UNLOCK, spin_lock, 0, ret_any}, 98 {"__spin_lock_nested", LOCK, spin_lock, 0, ret_any}, [all …]
|