Lines Matching refs:tasklet_struct
442 struct tasklet_struct *head;
443 struct tasklet_struct **tail;
449 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
462 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
475 void __tasklet_hi_schedule_first(struct tasklet_struct *t) in __tasklet_hi_schedule_first()
487 struct tasklet_struct *list; in tasklet_action()
496 struct tasklet_struct *t = list; in tasklet_action()
523 struct tasklet_struct *list; in tasklet_hi_action()
532 struct tasklet_struct *t = list; in tasklet_hi_action()
557 void tasklet_init(struct tasklet_struct *t, in tasklet_init()
568 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill()
680 void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu) in tasklet_kill_immediate()
682 struct tasklet_struct **i; in tasklet_kill_immediate()