Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_tasklet.h13 while (!tasklet_trylock(t)) in tasklet_lock()
/openbmc/linux/include/linux/
H A Dinterrupt.h691 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function
701 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock() function
/openbmc/linux/kernel/
H A Dsoftirq.c779 if (tasklet_trylock(t)) { in tasklet_action_common()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1877 if (tasklet_trylock(t)) { in __intel_engine_flush_submission()