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

/linux-master/drivers/gpu/drm/i915/
H A Di915_tasklet.h13 while (!tasklet_trylock(t))
/linux-master/include/linux/
H A Dinterrupt.h694 static inline int tasklet_trylock(struct tasklet_struct *t) function
704 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } function
/linux-master/kernel/
H A Dsoftirq.c776 if (tasklet_trylock(t)) {
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1902 if (tasklet_trylock(t)) {

Completed in 135 milliseconds