Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dsoftirq.c788 tasklet_unlock(t); in tasklet_action_common()
791 tasklet_unlock(t); in tasklet_action_common()
877 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
884 EXPORT_SYMBOL_GPL(tasklet_unlock);
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_scheduler.h91 tasklet_unlock(&sched_engine->tasklet); in i915_sched_engine_active_unlock_bh()
/linux-6.6.21/include/linux/
Dinterrupt.h696 void tasklet_unlock(struct tasklet_struct *t);
702 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock() function
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1860 tasklet_unlock(t); in __intel_engine_flush_submission()