Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dinterrupt.h570 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
583 #define tasklet_unlock(t) do { } while (0) macro
/Linux-v4.19/kernel/
Dsoftirq.c523 tasklet_unlock(t); in tasklet_action_common()
526 tasklet_unlock(t); in tasklet_action_common()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_engine_cs.c999 tasklet_unlock(t); in intel_engine_is_idle()