Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsoftirq.c837 tasklet_unlock(t); in tasklet_action()
840 tasklet_unlock(t); in tasklet_hi_action()
927 void tasklet_unlock(struct tasklet_struct *t) in softirq_init()
931 EXPORT_SYMBOL_GPL(tasklet_unlock); in softirq_init()
909 void tasklet_unlock(struct tasklet_struct *t) tasklet_unlock() function
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.h91 tasklet_unlock(&sched_engine->tasklet); in i915_sched_engine_active_unlock_bh()
/linux/include/linux/
H A Dinterrupt.h742 void tasklet_unlock(struct tasklet_struct *t);
748 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock() function