Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dinterrupt.h565 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function
581 #define tasklet_trylock(t) 1 macro
/Linux-v4.19/kernel/
Dsoftirq.c517 if (tasklet_trylock(t)) { in tasklet_action_common()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_engine_cs.c995 if (tasklet_trylock(t)) { in intel_engine_is_idle()