Home
last modified time | relevance | path

Searched refs:rt_spin_trylock_bh (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dspinlock_rt.h39 extern int rt_spin_trylock_bh(spinlock_t *lock) __cond_acquires(true, lock);
134 #define spin_trylock_bh(lock) rt_spin_trylock_bh(lock)
/linux/kernel/locking/
H A Dspinlock_rt.c122 int __sched rt_spin_trylock_bh(spinlock_t *lock) in rt_spin_trylock_bh() function
132 EXPORT_SYMBOL(rt_spin_trylock_bh);