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