Home
last modified time | relevance | path

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

/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()
136 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock_bh()
143 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_); in __raw_spin_lock()
186 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __raw_spin_trylock_bh()
Dlockdep.h464 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i) macro
467 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i) macro
472 # define spin_acquire(l, s, t, i) do { } while (0) macro