Searched refs:spin_acquire (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/linux/ |
| 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() 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()
|
| D | lockdep.h | 539 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
| /Linux-v5.15/kernel/locking/ |
| D | spinlock_rt.c | 43 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_spin_lock() 51 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in rt_spin_lock_nested() 96 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __rt_spin_trylock()
|
| D | spinlock.c | 368 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_nested() 380 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in _raw_spin_lock_irqsave_nested()
|
| /Linux-v5.15/kernel/printk/ |
| D | printk.c | 1781 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_lock_spinning_enable() 1872 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_trylock_spinning()
|
| /Linux-v5.15/fs/ |
| D | dcache.c | 1380 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()
|
| /Linux-v5.15/kernel/sched/ |
| D | core.c | 4692 spin_acquire(&__rq_lockp(rq)->dep_map, 0, 0, _THIS_IP_); in finish_lock_switch()
|