Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drwlock_rt.h29 extern void rt_read_unlock(rwlock_t *rwlock) __releases_shared(rwlock);
66 rt_read_unlock(rwlock); in read_unlock_bh()
72 rt_read_unlock(rwlock); in read_unlock_irq()
79 rt_read_unlock(rwlock); in read_unlock_irqrestore()
86 rt_read_unlock(rwlock);
/linux/kernel/locking/
H A Dspinlock_rt.c261 void __sched rt_read_unlock(rwlock_t *rwlock) __releases(RCU) in rt_read_unlock() function
268 EXPORT_SYMBOL(rt_read_unlock);