Home
last modified time | relevance | path

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

/drivers/hwspinlock/
A Dhwspinlock_internal.h31 int (*trylock)(struct hwspinlock *lock); member
A Domap_hwspinlock.c70 .trylock = omap_hwspinlock_trylock,
A Du8500_hsem.c80 .trylock = u8500_hsem_trylock,
A Dhwspinlock_core.c133 ret = hwlock->bank->ops->trylock(hwlock); in __hwspin_trylock()
524 if (!bank || !ops || !dev || !num_locks || !ops->trylock || in hwspin_lock_register()
A Dsprd_hwspinlock.c74 .trylock = sprd_hwspinlock_trylock,
A Dstm32_hwspinlock.c52 .trylock = stm32_hwspinlock_trylock,
A Dsun6i_hwspinlock.c78 .trylock = sun6i_hwspinlock_trylock,
A Dqcom_hwspinlock.c92 .trylock = qcom_hwspinlock_trylock,
/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c1090 bool trylock; in ggtt_cleanup_hw() local
1092 trylock = i915_gem_object_trylock(obj, NULL); in ggtt_cleanup_hw()
1093 WARN_ON(!trylock); in ggtt_cleanup_hw()
1096 if (trylock) in ggtt_cleanup_hw()

Completed in 14 milliseconds