Home
last modified time | relevance | path

Searched refs:spin_acquire (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dspinlock_api_smp.h90 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock()
110 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irqsave()
128 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irq()
135 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_bh()
142 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock()
183 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock_bh()
Dlockdep.h506 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
/Linux-v5.10/kernel/locking/
Dspinlock.c361 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested()
373 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested()
/Linux-v5.10/kernel/printk/
Dprintk.c1737 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_lock_spinning_enable()
1828 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_trylock_spinning()
/Linux-v5.10/fs/
Ddcache.c1345 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()
/Linux-v5.10/kernel/sched/
Dcore.c3517 spin_acquire(&rq->lock.dep_map, 0, 0, _THIS_IP_); in finish_lock_switch()