Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhwspinlock.h26 #define HWLOCK_IRQ 0x02 /* Disable interrupts, don't save state */ macro
175 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq()
242 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq()
301 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq()
/linux-4.4.14/drivers/hwspinlock/
Dhwspinlock_core.c111 else if (mode == HWLOCK_IRQ) in __hwspin_trylock()
127 else if (mode == HWLOCK_IRQ) in __hwspin_trylock()
254 else if (mode == HWLOCK_IRQ) in __hwspin_unlock()