Lines Matching refs:tasklet_struct
802 struct tasklet_struct *head;
803 struct tasklet_struct **tail;
809 static void __tasklet_schedule_common(struct tasklet_struct *t, in __tasklet_schedule_common()
825 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
832 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
839 static bool tasklet_clear_sched(struct tasklet_struct *t) in tasklet_clear_sched()
906 struct tasklet_struct *list; in tasklet_action_common()
916 struct tasklet_struct *t = list; in tasklet_action_common()
962 void tasklet_setup(struct tasklet_struct *t, in tasklet_setup()
963 void (*callback)(struct tasklet_struct *)) in tasklet_setup() argument
974 void tasklet_init(struct tasklet_struct *t, in tasklet_init()
991 void tasklet_unlock_spin_wait(struct tasklet_struct *t) in tasklet_unlock_spin_wait()
1009 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill()
1022 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
1028 void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()