Home
last modified time | relevance | path

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

/drivers/hwspinlock/
Dhwspinlock_internal.h37 int (*trylock)(struct hwspinlock *lock); member
Dhwspinlock_core.c120 ret = hwlock->bank->ops->trylock(hwlock); in __hwspin_trylock()
331 if (!bank || !ops || !dev || !num_locks || !ops->trylock || in hwspin_lock_register()
Domap_hwspinlock.c76 .trylock = omap_hwspinlock_trylock,
Du8500_hsem.c89 .trylock = u8500_hsem_trylock,