Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dspinlock_rt.h37 extern void rt_spin_unlock(spinlock_t *lock) __releases(lock);
109 rt_spin_unlock(lock); in spin_unlock_bh()
115 rt_spin_unlock(lock); in spin_unlock_irq()
122 rt_spin_unlock(lock); in spin_unlock_irqrestore()
129 rt_spin_unlock(lock);
/linux/kernel/locking/
H A Dspinlock_rt.c78 void __sched rt_spin_unlock(spinlock_t *lock) __releases(RCU) in rt_spin_unlock() function
87 EXPORT_SYMBOL(rt_spin_unlock);