Searched refs:_spin_trylock_bh (Results 1 – 2 of 2) sorted by relevance
55 #define _spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; }) macro
100 #define spin_trylock_bh(lock) __cond_lock(_spin_trylock_bh(lock))