Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Drwlock_rt.h31 extern void rt_write_lock_nested(rwlock_t *rwlock, int subclass) __acquires(rwlock);
90 rt_write_lock_nested(rwlock, subclass); in write_lock_nested()
/linux-6.14.4/kernel/locking/
Dspinlock_rt.c250 void __sched rt_write_lock_nested(rwlock_t *rwlock, int subclass) __acquires(RCU) in rt_write_lock_nested() function
258 EXPORT_SYMBOL(rt_write_lock_nested);