Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dsoftirq.c801 tasklet_unlock(t); in tasklet_action_common()
804 tasklet_unlock(t); in tasklet_action_common()
890 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
897 EXPORT_SYMBOL_GPL(tasklet_unlock);
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_scheduler.h91 tasklet_unlock(&sched_engine->tasklet); in i915_sched_engine_active_unlock_bh()
/Linux-v6.1/include/linux/
Dinterrupt.h692 void tasklet_unlock(struct tasklet_struct *t);
698 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock() function
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1634 tasklet_unlock(t); in __intel_engine_flush_submission()
/Linux-v6.1/drivers/md/
Ddm-crypt.c1777 tasklet_unlock(&io->tasklet); in crypt_dec_pending()