Searched refs:spin_acquire (Results 1 – 9 of 9) sorted by relevance
| /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 | 513 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
| /linux/kernel/locking/ |
| H A D | spinlock_rt.c | 56 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_spin_lock() 64 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in rt_spin_lock_nested() 109 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()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 103 spin_acquire(&spinlock->dep_map, PI_LOCK_SCHED_OUT, 0, _RET_IP_); in vmx_vcpu_pi_load()
|
| /linux/virt/kvm/ |
| H A D | eventfd.c | 326 spin_acquire(&kvm->irqfds.lock.dep_map, 0, 0, _RET_IP_); in kvm_irqfd_register()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 1897 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_lock_spinning_enable() 2021 spin_acquire(&console_owner_dep_map, 0, 0, _THIS_IP_); in console_trylock_spinning()
|
| /linux/fs/ |
| H A D | dcache.c | 1340 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()
|
| /linux/kernel/sched/ |
| H A D | core.c | 5071 spin_acquire(&__rq_lockp(rq)->dep_map, 0, 0, _THIS_IP_); in finish_lock_switch()
|