Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dspinlock_rt.h34 extern void rt_spin_lock(spinlock_t *lock) __acquires(lock);
44 rt_spin_lock(lock); in spin_lock()
88 rt_spin_lock(lock); in spin_lock_bh()
93 rt_spin_lock(lock); in spin_lock_irq()
/linux-6.15/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);