Searched refs:__hwspin_unlock (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | hwspinlock.h | 67 void __hwspin_unlock(struct hwspinlock *, int, unsigned long *); 119 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() function 383 __hwspin_unlock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_unlock_irqrestore() 399 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq() 414 __hwspin_unlock(hwlock, HWLOCK_RAW, NULL); in hwspin_unlock_raw() 429 __hwspin_unlock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_unlock_in_atomic() 445 __hwspin_unlock(hwlock, 0, NULL); in hwspin_unlock()
|
| /linux-6.15/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);
|