Searched refs:spin_trylock (Results 1 – 3 of 3) sorted by relevance
8 int spin_trylock(spin_lock_t *lock);34 if (spin_trylock(&mtx1) != 0) in bad3()55 if (spin_trylock(&mtx) == 0) in good2()
7 int spin_trylock(spin_lock_t *lock) { in spin_trylock() function16 if (spin_trylock(&mtx) == 0) in no_crash()
166 static inline bool spin_trylock(spinlock_t *lock) in spin_trylock() function