Home
last modified time | relevance | path

Searched refs:hwlock_to_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hwspinlock/
Dhwspinlock_core.c508 tmp = radix_tree_tag_clear(&hwspinlock_tree, hwlock_to_id(hwlock), in __hwspin_lock_request()
530 return hwlock_to_id(hwlock); in hwspin_lock_get_id()
605 WARN_ON(hwlock_to_id(hwlock) != id); in hwspin_lock_request_specific()
653 ret = radix_tree_tag_get(&hwspinlock_tree, hwlock_to_id(hwlock), in hwspin_lock_free()
668 tmp = radix_tree_tag_set(&hwspinlock_tree, hwlock_to_id(hwlock), in hwspin_lock_free()
Dhwspinlock_internal.h70 static inline int hwlock_to_id(struct hwspinlock *hwlock) in hwlock_to_id() function