Home
last modified time | relevance | path

Searched refs:hwspin_lock_timeout (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dhwspinlock.h363 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout() function
/linux-6.15/Documentation/locking/
H A Dhwspinlock.rst90 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int timeout);
/linux-6.15/drivers/base/regmap/
H A Dregmap.c398 hwspin_lock_timeout(map->hwlock, UINT_MAX); in regmap_lock_hwlock()