Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsoftirq.c933 tasklet_unlock(t); in tasklet_action_common()
937 tasklet_unlock(t); in tasklet_action_common()
1022 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
1026 EXPORT_SYMBOL_GPL(tasklet_unlock);
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.h91 tasklet_unlock(&sched_engine->tasklet); in i915_sched_engine_active_unlock_bh()