Searched refs:__hwspin_unlock (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | hwspinlock.h | 69 void __hwspin_unlock(struct hwspinlock *, int, unsigned long *); 127 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 401 __hwspin_unlock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_unlock_irqrestore() 417 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq() 432 __hwspin_unlock(hwlock, HWLOCK_RAW, NULL); in hwspin_unlock_raw() 447 __hwspin_unlock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_unlock_in_atomic() 463 __hwspin_unlock(hwlock, 0, NULL); in hwspin_unlock()
|
/linux/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 268 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 306 EXPORT_SYMBOL_GPL(__hwspin_unlock);
|