Searched refs:ret_one (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_locking.c | 72 ret_one, enumerator 137 {"spin_trylock", LOCK, spin_lock, 0, ret_one}, 138 {"_spin_trylock", LOCK, spin_lock, 0, ret_one}, 139 {"__spin_trylock", LOCK, spin_lock, 0, ret_one}, 140 {"raw_spin_trylock", LOCK, spin_lock, 0, ret_one}, 141 {"_raw_spin_trylock", LOCK, spin_lock, 0, ret_one}, 142 {"spin_trylock_irq", LOCK, spin_lock, 0, ret_one}, 143 {"spin_trylock_irqsave", LOCK, spin_lock, 0, ret_one}, 144 {"spin_trylock_bh", LOCK, spin_lock, 0, ret_one}, 145 {"_spin_trylock_bh", LOCK, spin_lock, 0, ret_one}, [all …]
|