Searched refs:__hwspin_unlock (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | hwspinlock.h | 75 void __hwspin_unlock(struct hwspinlock *, int, unsigned long *); 121 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 285 __hwspin_unlock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_unlock_irqrestore() 301 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq() 317 __hwspin_unlock(hwlock, 0, NULL); in hwspin_unlock()
|
/linux-4.4.14/drivers/hwspinlock/ |
D | hwspinlock_core.c | 230 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 259 EXPORT_SYMBOL_GPL(__hwspin_unlock);
|