Searched refs:__hwspin_unlock (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | hwspinlock.h | 73 void __hwspin_unlock(struct hwspinlock *, int, unsigned long *); 119 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 278 __hwspin_unlock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_unlock_irqrestore() 294 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq() 310 __hwspin_unlock(hwlock, 0, NULL); in hwspin_unlock()
|
/linux-4.1.27/drivers/hwspinlock/ |
D | hwspinlock_core.c | 229 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 258 EXPORT_SYMBOL_GPL(__hwspin_unlock);
|