Lines Matching defs:t
791 static void __tasklet_schedule_common(struct tasklet_struct *t, in __tasklet_schedule_common()
807 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
814 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
821 static bool tasklet_clear_sched(struct tasklet_struct *t) in tasklet_clear_sched()
847 struct tasklet_struct *t = list; in tasklet_action_common() local
891 void tasklet_setup(struct tasklet_struct *t, in tasklet_setup()
903 void tasklet_init(struct tasklet_struct *t, in tasklet_init()
920 void tasklet_unlock_spin_wait(struct tasklet_struct *t) in tasklet_unlock_spin_wait()
941 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill()
955 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
964 void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()