Searched refs:_spin_trylock_bh (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/common/linux/ | ||
D | spinlock_api_up.h | 55 #define _spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; }) macro |
D | spinlock.h | 100 #define spin_trylock_bh(lock) __cond_lock(_spin_trylock_bh(lock)) |