Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dhwspinlock.h65 int __hwspin_lock_timeout(struct hwspinlock *, unsigned int, int,
112 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() function
266 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQSTATE, flags); in hwspin_lock_timeout_irqsave()
289 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq()
312 return __hwspin_lock_timeout(hwlock, to, HWLOCK_RAW, NULL); in hwspin_lock_timeout_raw()
337 return __hwspin_lock_timeout(hwlock, to, 0, NULL); in hwspin_lock_timeout()