Searched refs:__hwspin_lock_timeout (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/linux/ |
D | hwspinlock.h | 66 int __hwspin_lock_timeout(struct hwspinlock *, unsigned int, int, 113 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() function 284 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQSTATE, flags); in hwspin_lock_timeout_irqsave() 307 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq() 330 return __hwspin_lock_timeout(hwlock, to, HWLOCK_RAW, NULL); in hwspin_lock_timeout_raw() 352 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IN_ATOMIC, NULL); in hwspin_lock_timeout_in_atomic() 377 return __hwspin_lock_timeout(hwlock, to, 0, NULL); in hwspin_lock_timeout()
|
/linux-5.19.10/drivers/hwspinlock/ |
D | hwspinlock_core.c | 206 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() function 244 EXPORT_SYMBOL_GPL(__hwspin_lock_timeout);
|