Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gem.h82 while (!tasklet_trylock(t)) in tasklet_lock()
/Linux-v5.4/include/linux/
Dinterrupt.h615 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function
631 #define tasklet_trylock(t) 1 macro
/Linux-v5.4/kernel/
Dsoftirq.c518 if (tasklet_trylock(t)) { in tasklet_action_common()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1057 if (tasklet_trylock(t)) { in intel_engine_is_idle()