tasklet_struct
static inline void __tasklet_disable_sync_once(struct tasklet_struct *t)
static inline bool __tasklet_is_enabled(const struct tasklet_struct *t)
struct tasklet_struct *t = &engine->execlists.tasklet;
struct tasklet_struct tasklet;
void tasklet_init(struct tasklet_struct *t,
void tasklet_schedule(struct tasklet_struct *t);
void tasklet_hi_schedule(struct tasklet_struct *t);
void tasklet_kill(struct tasklet_struct *t);
int tasklet_trylock(struct tasklet_struct *t);
void tasklet_unlock(struct tasklet_struct *t);
void tasklet_unlock_wait(struct tasklet_struct *t);
tasklet_enable(struct tasklet_struct *t)
tasklet_disable(struct tasklet_struct *t)
tasklet_init(struct tasklet_struct *t,
tasklet_schedule(struct tasklet_struct *t)
tasklet_hi_schedule(struct tasklet_struct *t)
tasklet_kill(struct tasklet_struct *t)
tasklet_trylock(struct tasklet_struct *t)
tasklet_unlock(struct tasklet_struct *t)
tasklet_unlock_wait(struct tasklet_struct *t)
struct tasklet_struct *ts;
struct tasklet_struct *t = te->ts; \