Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwlock_rt.h31 extern void rt_write_lock_nested(rwlock_t *rwlock, int subclass);
90 rt_write_lock_nested(rwlock, subclass); in write_lock_nested()
/openbmc/linux/kernel/locking/
H A Dspinlock_rt.c243 void __sched rt_write_lock_nested(rwlock_t *rwlock, int subclass) in rt_write_lock_nested() function
251 EXPORT_SYMBOL(rt_write_lock_nested);