Symbol: tasklet_struct
sys/dev/ic/qwxvar.h
1159
struct tasklet_struct intr_tq;
sys/dev/ic/qwzvar.h
1321
struct tasklet_struct intr_tq;
sys/dev/pci/drm/drm_linux.c
73
tasklet_unlock_wait(struct tasklet_struct *ts)
sys/dev/pci/drm/drm_linux.c
81
tasklet_unlock_spin_wait(struct tasklet_struct *ts)
sys/dev/pci/drm/drm_linux.c
90
struct tasklet_struct *ts = arg;
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
1872
struct tasklet_struct *t = &engine->sched_engine->tasklet;
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2428
static void execlists_submission_tasklet(struct tasklet_struct *t)
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
3137
static void nop_submission_tasklet(struct tasklet_struct *t)
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
3816
static void virtual_submission_tasklet(struct tasklet_struct *t)
sys/dev/pci/drm/i915/gt/selftest_hangcheck.c
1880
struct tasklet_struct * const t = &engine->sched_engine->tasklet;
sys/dev/pci/drm/i915/gt/selftest_reset.c
330
struct tasklet_struct *t = &engine->sched_engine->tasklet;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
134
static void ct_receive_tasklet_func(struct tasklet_struct *t);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
1345
static void ct_receive_tasklet_func(struct tasklet_struct *t)
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.h
72
struct tasklet_struct receive_tasklet;
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
1047
static void guc_submission_tasklet(struct tasklet_struct *t)
sys/dev/pci/drm/i915/i915_scheduler_types.h
130
struct tasklet_struct tasklet;
sys/dev/pci/drm/i915/i915_tasklet.h
11
static inline void tasklet_lock(struct tasklet_struct *t)
sys/dev/pci/drm/i915/i915_tasklet.h
17
static inline bool tasklet_is_locked(const struct tasklet_struct *t)
sys/dev/pci/drm/i915/i915_tasklet.h
22
static inline void __tasklet_disable_sync_once(struct tasklet_struct *t)
sys/dev/pci/drm/i915/i915_tasklet.h
28
static inline bool __tasklet_is_enabled(const struct tasklet_struct *t)
sys/dev/pci/drm/i915/i915_tasklet.h
33
static inline bool __tasklet_enable(struct tasklet_struct *t)
sys/dev/pci/drm/i915/i915_tasklet.h
38
static inline bool __tasklet_is_scheduled(struct tasklet_struct *t)
sys/dev/pci/drm/include/linux/interrupt.h
103
tasklet_unlock(struct tasklet_struct *ts)
sys/dev/pci/drm/include/linux/interrupt.h
110
tasklet_kill(struct tasklet_struct *ts)
sys/dev/pci/drm/include/linux/interrupt.h
118
tasklet_schedule(struct tasklet_struct *ts)
sys/dev/pci/drm/include/linux/interrupt.h
125
tasklet_hi_schedule(struct tasklet_struct *ts)
sys/dev/pci/drm/include/linux/interrupt.h
132
tasklet_disable_nosync(struct tasklet_struct *ts)
sys/dev/pci/drm/include/linux/interrupt.h
139
tasklet_disable(struct tasklet_struct *ts)
sys/dev/pci/drm/include/linux/interrupt.h
146
tasklet_enable(struct tasklet_struct *ts)
sys/dev/pci/drm/include/linux/interrupt.h
52
void (*callback)(struct tasklet_struct *);
sys/dev/pci/drm/include/linux/interrupt.h
69
void tasklet_unlock_wait(struct tasklet_struct *);
sys/dev/pci/drm/include/linux/interrupt.h
70
void tasklet_unlock_spin_wait(struct tasklet_struct *);
sys/dev/pci/drm/include/linux/interrupt.h
73
tasklet_init(struct tasklet_struct *ts, void (*func)(unsigned long),
sys/dev/pci/drm/include/linux/interrupt.h
85
tasklet_setup(struct tasklet_struct *ts,
sys/dev/pci/drm/include/linux/interrupt.h
86
void (*callback)(struct tasklet_struct *))
sys/dev/pci/drm/include/linux/interrupt.h
97
tasklet_trylock(struct tasklet_struct *ts)