Searched refs:__hwspin_trylock (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | hwspinlock.h | 74 int __hwspin_trylock(struct hwspinlock *, int, unsigned long *); 115 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function 156 return __hwspin_trylock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_trylock_irqsave() 175 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq() 195 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock()
|
/linux-4.4.14/drivers/hwspinlock/ |
D | hwspinlock_core.c | 89 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function 149 EXPORT_SYMBOL_GPL(__hwspin_trylock); 188 ret = __hwspin_trylock(hwlock, mode, flags); in __hwspin_lock_timeout()
|