Home
last modified time | relevance | path

Searched refs:spin_acquire_nest (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/kernel/locking/
Dspinlock_rt.c70 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in rt_spin_lock_nest_lock()
Dspinlock.c400 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
/linux-6.6.21/include/linux/
Dlockdep.h552 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) macro