Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhwspinlock.h69 int hwspin_lock_free(struct hwspinlock *hwlock);
102 static inline int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
/linux-4.4.14/drivers/hwspinlock/
Dhwspinlock_core.c638 int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
680 EXPORT_SYMBOL_GPL(hwspin_lock_free);
/linux-4.4.14/Documentation/
Dhwspinlock.txt61 int hwspin_lock_free(struct hwspinlock *hwlock);
195 ret = hwspin_lock_free(hwlock);
230 ret = hwspin_lock_free(hwlock);
/linux-4.4.14/drivers/soc/qcom/
Dsmem.c759 hwspin_lock_free(__smem->hwlock); in qcom_smem_remove()