Searched refs:spin_acquire_nest (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/kernel/locking/ |
D | spinlock.c | 392 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_); in _raw_spin_lock_nest_lock()
|
/linux-4.4.14/include/linux/ |
D | lockdep.h | 501 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) macro
|