Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dsoftirq.c787 tasklet_unlock(t); in tasklet_action_common()
790 tasklet_unlock(t); in tasklet_action_common()
876 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
883 EXPORT_SYMBOL_GPL(tasklet_unlock);
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_scheduler.h90 tasklet_unlock(&sched_engine->tasklet); in i915_sched_engine_active_unlock_bh()
/Linux-v5.15/include/linux/
Dinterrupt.h641 void tasklet_unlock(struct tasklet_struct *t);
647 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock() function
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1263 tasklet_unlock(t); in __intel_engine_flush_submission()
/Linux-v5.15/drivers/md/
Ddm-crypt.c1772 tasklet_unlock(&io->tasklet); in crypt_dec_pending()