Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dspinlock_rt.h34 extern void rt_spin_lock(spinlock_t *lock) __acquires(lock);
45 rt_spin_lock(lock); in spin_lock()
90 rt_spin_lock(lock);
96 rt_spin_lock(lock);
/linux/kernel/locking/
H A Dspinlock_rt.c54 void __sched rt_spin_lock(spinlock_t *lock) __acquires(RCU) in rt_spin_lock() function
59 EXPORT_SYMBOL(rt_spin_lock);