Searched defs:_raw_spin_trylock_bh (Results 1 – 2 of 2) sorted by relevance
/include/linux/ | ||
D | spinlock_api_smp.h | 67 #define _raw_spin_trylock_bh(lock) __raw_spin_trylock_bh(lock) macro |
D | spinlock_api_up.h | 74 #define _raw_spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; }) macro |