Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dspinlock_rt.h35 extern void rt_spin_lock_nested(spinlock_t *lock, int subclass) __acquires(lock);
49 rt_spin_lock_nested(lock, subclass)
/linux-6.14.4/kernel/locking/
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);