Searched refs:tasklet_struct (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_tasklet.h11 static inline void tasklet_lock(struct tasklet_struct *t)
17 static inline bool tasklet_is_locked(const struct tasklet_struct *t)
22 static inline void __tasklet_disable_sync_once(struct tasklet_struct *t)
28 static inline bool __tasklet_is_enabled(const struct tasklet_struct *t)
33 static inline bool __tasklet_enable(struct tasklet_struct *t)
38 static inline bool __tasklet_is_scheduled(struct tasklet_struct *t)
H A Di915_scheduler_types.h130 struct tasklet_struct tasklet;
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dinterrupt.h49 struct tasklet_struct { struct
52 void (*callback)(struct tasklet_struct *);
69 void tasklet_unlock_wait(struct tasklet_struct *);
70 void tasklet_unlock_spin_wait(struct tasklet_struct *);
73 tasklet_init(struct tasklet_struct *ts, void (*func)(unsigned long),
85 tasklet_setup(struct tasklet_struct *ts,
86 void (*callback)(struct tasklet_struct *))
97 tasklet_trylock(struct tasklet_struct *ts)
103 tasklet_unlock(struct tasklet_struct *ts)
110 tasklet_kill(struct tasklet_struct *t
[all...]
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_ct.h72 struct tasklet_struct receive_tasklet;
H A Dintel_guc_ct.c106 static void ct_receive_tasklet_func(struct tasklet_struct *t);
1294 static void ct_receive_tasklet_func(struct tasklet_struct *t)
H A Dintel_guc_submission.c1033 static void guc_submission_tasklet(struct tasklet_struct *t)
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dselftest_reset.c328 struct tasklet_struct *t = &engine->sched_engine->tasklet;
H A Dintel_execlists_submission.c2433 static void execlists_submission_tasklet(struct tasklet_struct *t)
3142 static void nop_submission_tasklet(struct tasklet_struct *t)
3825 static void virtual_submission_tasklet(struct tasklet_struct *t)
H A Dselftest_hangcheck.c1880 struct tasklet_struct * const t = &engine->sched_engine->tasklet;
H A Dintel_engine_cs.c1875 struct tasklet_struct *t = &engine->sched_engine->tasklet;
/openbsd-current/sys/dev/ic/
H A Dqwxvar.h1150 struct tasklet_struct intr_tq;
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_linux.c65 tasklet_unlock_wait(struct tasklet_struct *ts)
73 tasklet_unlock_spin_wait(struct tasklet_struct *ts)
82 struct tasklet_struct *ts = arg;

Completed in 159 milliseconds