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

/linux-master/include/linux/
H A Dspinlock_rt.h40 extern int rt_spin_trylock_bh(spinlock_t *lock);
130 __cond_lock(lock, rt_spin_trylock_bh(lock))
/linux-master/kernel/locking/
H A Dspinlock_rt.c122 int __sched rt_spin_trylock_bh(spinlock_t *lock) function
132 EXPORT_SYMBOL(rt_spin_trylock_bh); variable

Completed in 216 milliseconds