Searched refs:__hwspin_unlock (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/linux/ |
D | hwspinlock.h | 69 void __hwspin_unlock(struct hwspinlock *, int, unsigned long *); 126 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 395 __hwspin_unlock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_unlock_irqrestore() 411 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq() 426 __hwspin_unlock(hwlock, HWLOCK_RAW, NULL); in hwspin_unlock_raw() 441 __hwspin_unlock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_unlock_in_atomic() 457 __hwspin_unlock(hwlock, 0, NULL); in hwspin_unlock()
|
/linux-5.19.10/drivers/hwspinlock/ |
D | hwspinlock_core.c | 265 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 303 EXPORT_SYMBOL_GPL(__hwspin_unlock);
|