Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/drivers/hwspinlock/
Dhwspinlock_core.c197 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() function
228 EXPORT_SYMBOL_GPL(__hwspin_lock_timeout);