Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhwspinlock.h67 int __hwspin_trylock(struct hwspinlock *, int, unsigned long *);
119 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function
184 return __hwspin_trylock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_trylock_irqsave()
203 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq()
222 return __hwspin_trylock(hwlock, HWLOCK_RAW, NULL); in hwspin_trylock_raw()
242 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock()
/Linux-v4.19/drivers/hwspinlock/
Dhwspinlock_core.c87 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function
163 EXPORT_SYMBOL_GPL(__hwspin_trylock);
207 ret = __hwspin_trylock(hwlock, mode, flags); in __hwspin_lock_timeout()