Home
last modified time | relevance | path

Searched refs:__hwspin_trylock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dhwspinlock.h68 int __hwspin_trylock(struct hwspinlock *, int, unsigned long *);
120 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function
185 return __hwspin_trylock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_trylock_irqsave()
204 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq()
223 return __hwspin_trylock(hwlock, HWLOCK_RAW, NULL); in hwspin_trylock_raw()
240 return __hwspin_trylock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_trylock_in_atomic()
260 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock()
/kernel/linux/linux-6.6/include/linux/
H A Dhwspinlock.h68 int __hwspin_trylock(struct hwspinlock *, int, unsigned long *);
120 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function
185 return __hwspin_trylock(hwlock, HWLOCK_IRQSTATE, flags); in hwspin_trylock_irqsave()
204 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq()
223 return __hwspin_trylock(hwlock, HWLOCK_RAW, NULL); in hwspin_trylock_raw()
240 return __hwspin_trylock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_trylock_in_atomic()
260 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock()
/kernel/linux/linux-5.10/drivers/hwspinlock/
H A Dhwspinlock_core.c61 * __hwspin_trylock() - attempt to lock a specific hwspinlock
91 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function
169 EXPORT_SYMBOL_GPL(__hwspin_trylock); variable
216 ret = __hwspin_trylock(hwlock, mode, flags); in __hwspin_lock_timeout()
/kernel/linux/linux-6.6/drivers/hwspinlock/
H A Dhwspinlock_core.c61 * __hwspin_trylock() - attempt to lock a specific hwspinlock
91 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() function
169 EXPORT_SYMBOL_GPL(__hwspin_trylock); variable
216 ret = __hwspin_trylock(hwlock, mode, flags); in __hwspin_lock_timeout()

Completed in 5 milliseconds