Searched refs:spin_acquire (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | spinlock_api_smp.h | 90 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 D | lockdep.h | 551 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
/openbmc/linux/kernel/locking/ |
H A D | spinlock_rt.c | 54 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 D | spinlock.c | 378 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 D | printk.c | 1871 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 D | dcache.c | 1410 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 5132 spin_acquire(&__rq_lockp(rq)->dep_map, 0, 0, _THIS_IP_); in finish_lock_switch()
|