Lines Matching defs:tasklet_struct
759 struct tasklet_struct *head;
760 struct tasklet_struct **tail;
766 static void __tasklet_schedule_common(struct tasklet_struct *t,
782 void __tasklet_schedule(struct tasklet_struct *t)
789 void __tasklet_hi_schedule(struct tasklet_struct *t)
796 static bool tasklet_clear_sched(struct tasklet_struct *t)
811 struct tasklet_struct *list;
820 struct tasklet_struct *t = list;
864 void tasklet_setup(struct tasklet_struct *t,
865 void (*callback)(struct tasklet_struct *))
876 void tasklet_init(struct tasklet_struct *t,
893 void tasklet_unlock_spin_wait(struct tasklet_struct *t)
914 void tasklet_kill(struct tasklet_struct *t)
927 void tasklet_unlock(struct tasklet_struct *t)
933 void tasklet_unlock_wait(struct tasklet_struct *t)