Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dhwspinlock.h18 #define HWLOCK_IRQ 0x02 /* Disable interrupts, don't save state */ macro
204 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq()
307 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq()
411 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq()
/linux-6.3-rc2/drivers/hwspinlock/
A Dhwspinlock_core.c115 case HWLOCK_IRQ: in __hwspin_trylock()
140 case HWLOCK_IRQ: in __hwspin_trylock()
291 case HWLOCK_IRQ: in __hwspin_unlock()
/linux-6.3-rc2/drivers/base/regmap/
A Dregmap.c766 case HWLOCK_IRQ: in __regmap_init()

Completed in 13 milliseconds