Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dinterrupt.h667 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
680 #define tasklet_unlock(t) do { } while (0) macro
/kernel/linux/linux-5.10/kernel/
Dsoftirq.c561 tasklet_unlock(t); in tasklet_action_common()
564 tasklet_unlock(t); in tasklet_action_common()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_engine.h136 tasklet_unlock(&execlists->tasklet); in execlists_active_unlock_bh()
Dintel_engine_cs.c1213 tasklet_unlock(t); in intel_engine_flush_submission()
Dintel_lrc.c3246 tasklet_unlock(&el->tasklet); in flush_csb()
/kernel/linux/linux-5.10/drivers/md/
Ddm-crypt.c1771 tasklet_unlock(&io->tasklet); in crypt_dec_pending()