Lines Matching refs:fast_timer
60 struct fast_timer *fast_timer_list = NULL;
89 struct fast_timer timer_added_log[NUM_TIMER_STATS];
90 struct fast_timer timer_started_log[NUM_TIMER_STATS];
91 struct fast_timer timer_expired_log[NUM_TIMER_STATS];
188 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer()
195 struct fast_timer *tmp; in start_one_shot_timer()
268 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending()
273 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer()
275 struct fast_timer *next, *prev; in detach_fast_timer()
290 int del_fast_timer(struct fast_timer * t) in del_fast_timer()
324 struct fast_timer *t; in timer_trig_handler()
452 struct fast_timer t; in schedule_usleep()
476 struct fast_timer *t, *nextt; in proc_fasttimer_show()
620 static struct fast_timer tr[10];
742 struct fast_timer *t = &tr[j]; in fast_timer_test()