Home
last modified time | relevance | path

Searched refs:hwspin_lock_free (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/
Dhwspinlock.h63 int hwspin_lock_free(struct hwspinlock *hwlock);
107 static inline int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
/linux-5.19.10/drivers/hwspinlock/
Dhwspinlock_core.c800 int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
840 EXPORT_SYMBOL_GPL(hwspin_lock_free);
854 hwspin_lock_free(*(struct hwspinlock **)res); in devm_hwspin_lock_release()
/linux-5.19.10/Documentation/locking/
Dhwspinlock.rst80 int hwspin_lock_free(struct hwspinlock *hwlock);
349 ret = hwspin_lock_free(hwlock);
384 ret = hwspin_lock_free(hwlock);
/linux-5.19.10/drivers/soc/qcom/
Dsmem.c1161 hwspin_lock_free(__smem->hwlock); in qcom_smem_remove()
/linux-5.19.10/drivers/base/regmap/
Dregmap.c1253 hwspin_lock_free(map->hwlock); in __regmap_init()
1552 hwspin_lock_free(map->hwlock); in regmap_exit()