Searched refs:do_timer (Results 1 – 5 of 5) sorted by relevance
198 int do_timer(int clock_id, int flags) in check_alarmcount() 264 ret |= do_timer(clock_id, TIMER_ABSTIME); in main() 265 ret |= do_timer(clock_id, 0); in main() 210 int do_timer(int clock_id, int flags) do_timer() function
30 do_timer(ticks); in legacy_timer_tick()
26 extern void do_timer(unsigned long ticks);
39 * which is responsible for calling do_timer(), i.e. the timekeeping stuff. This95 do_timer(1); in tick_periodic() 196 * If no cpu took the do_timer update, assign it to in tick_take_do_timer_from_boot() 205 * first housekeeping secondary will take do_timer() in tick_setup_device()
2426 void do_timer(unsigned long ticks) in do_timer() function