Searched defs:_raw_spin_trylock_bh (Results 1 – 2 of 2) sorted by relevance
67 #define _raw_spin_trylock_bh(lock) __raw_spin_trylock_bh(lock) macro
75 #define _raw_spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; }) macro