Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
119 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_irq()
126 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_bh()
133 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock()
174 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock_bh()
H A Dlockdep.h551 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
/openbmc/linux/kernel/locking/
H A Dspinlock_rt.c54 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_spin_lock()
62 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in rt_spin_lock_nested()
107 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __rt_spin_trylock()
H A Dspinlock.c378 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested()
390 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested()
/openbmc/linux/kernel/printk/
H A Dprintk.c1871 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_lock_spinning_enable()
1995 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_trylock_spinning()
/openbmc/linux/fs/
H A Ddcache.c1410 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()
/openbmc/linux/kernel/sched/
H A Dcore.c5132 spin_acquire(&__rq_lockp(rq)->dep_map, 0, 0, _THIS_IP_); in finish_lock_switch()