Searched refs:fast_timer (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/cris/include/asm/
H A Dfasttimer.h19 struct fast_timer{ /* Close to timer_list */ struct
20 struct fast_timer *next;
21 struct fast_timer *prev;
30 extern struct fast_timer *fast_timer_list;
32 void start_one_shot_timer(struct fast_timer *t,
38 int del_fast_timer(struct fast_timer * t);
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dfasttimer.c53 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, start_one_shot_timer()
216 struct fast_timer *tmp; start_one_shot_timer()
294 static inline int fast_timer_pending (const struct fast_timer * t) fast_timer_pending()
299 static inline int detach_fast_timer (struct fast_timer *t) detach_fast_timer()
301 struct fast_timer *next, *prev; detach_fast_timer()
316 int del_fast_timer(struct fast_timer * t) del_fast_timer()
336 struct fast_timer *t; timer1_handler()
478 struct fast_timer t; schedule_usleep()
502 struct fast_timer *t, *nextt; proc_fasttimer_show()
647 static struct fast_timer tr[10];
771 struct fast_timer *t = &tr[j]; fast_timer_test()
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dfasttimer.c60 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, start_one_shot_timer()
195 struct fast_timer *tmp; start_one_shot_timer()
268 static inline int fast_timer_pending (const struct fast_timer * t) fast_timer_pending()
273 static inline int detach_fast_timer (struct fast_timer *t) detach_fast_timer()
275 struct fast_timer *next, *prev; detach_fast_timer()
290 int del_fast_timer(struct fast_timer * t) del_fast_timer()
324 struct fast_timer *t; timer_trig_handler()
452 struct fast_timer t; schedule_usleep()
476 struct fast_timer *t, *nextt; proc_fasttimer_show()
620 static struct fast_timer tr[10];
742 struct fast_timer *t = &tr[j]; fast_timer_test()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c388 sh->fast_timer = PHY_SW_TIMER_FAST; wlc_phy_shared_attach()
2611 ((pi->sh->now - pi->phycal_txpower) >= pi->sh->fast_timer)) { wlc_phy_watchdog()
H A Dphy_int.h507 uint fast_timer; member in struct:shared_phy
/linux-4.1.27/drivers/tty/serial/
H A Dcrisv10.c455 static struct fast_timer fast_timers[NR_PORTS];
485 static struct fast_timer fast_timers_rs485[NR_PORTS];

Completed in 206 milliseconds