Lines Matching refs:fast_timer
53 struct fast_timer *fast_timer_list = NULL;
105 struct fast_timer timer_added_log[NUM_TIMER_STATS];
106 struct fast_timer timer_started_log[NUM_TIMER_STATS];
107 struct fast_timer timer_expired_log[NUM_TIMER_STATS];
209 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer()
216 struct fast_timer *tmp; in start_one_shot_timer()
294 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending()
299 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer()
301 struct fast_timer *next, *prev; in detach_fast_timer()
316 int del_fast_timer(struct fast_timer * t) in del_fast_timer()
336 struct fast_timer *t; in timer1_handler()
478 struct fast_timer t; in schedule_usleep()
502 struct fast_timer *t, *nextt; in proc_fasttimer_show()
647 static struct fast_timer tr[10];
771 struct fast_timer *t = &tr[j]; in fast_timer_test()