Searched refs:ret_zero (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_locking.c | 71 ret_zero, enumerator 256 {"down_write_killable", LOCK, write_lock, 0, ret_zero}, 260 {"down_trylock", LOCK, sem, 0, ret_zero}, 261 {"down_timeout", LOCK, sem, 0, ret_zero}, 262 {"down_interruptible", LOCK, sem, 0, ret_zero}, 263 {"down_killable", LOCK, sem, 0, ret_zero}, 272 {"mutex_lock_interruptible", LOCK, mutex, 0, ret_zero}, 273 {"mutex_lock_interruptible_nested", LOCK, mutex, 0, ret_zero}, 274 {"mutex_lock_killable", LOCK, mutex, 0, ret_zero}, 275 {"mutex_lock_killable_nested", LOCK, mutex, 0, ret_zero}, [all …]
|