Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dspinlock_rt.h35 extern void rt_spin_lock_nested(spinlock_t *lock, int subclass) __acquires(lock);
50 rt_spin_lock_nested(lock, subclass)
/linux/kernel/locking/
H A Dspinlock_rt.c62 void __sched rt_spin_lock_nested(spinlock_t *lock, int subclass) in rt_spin_lock_nested() function
67 EXPORT_SYMBOL(rt_spin_lock_nested);