Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c72 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},
153 {"down_read_trylock", LOCK, read_lock, 0, ret_one},
295 {"spin_trylock_irq", LOCK, irq, NO_ARG, ret_one},
391 {"dma_resv_trylock", LOCK, mutex, 0, ret_one},
[all …]