Home
last modified time | relevance | path

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

/drivers/hwspinlock/
Dhwspinlock_internal.h39 void (*relax)(struct hwspinlock *lock); member
Dhwspinlock_core.c202 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout()
203 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
Domap_hwspinlock.c78 .relax = omap_hwspinlock_relax,
Du8500_hsem.c91 .relax = u8500_hsem_relax,