Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dspinlock_rt.h35 extern void rt_spin_lock(spinlock_t *lock);
45 rt_spin_lock(lock); in spin_lock()
89 rt_spin_lock(lock); in spin_lock_bh()
94 rt_spin_lock(lock); in spin_lock_irq()
/openbmc/linux/kernel/locking/
H A Dspinlock_rt.c52 void __sched rt_spin_lock(spinlock_t *lock) in rt_spin_lock() function
57 EXPORT_SYMBOL(rt_spin_lock);