Home
last modified time | relevance | path

Searched refs:do_timer (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/time/
H A Dtick-legacy.c30 do_timer(ticks); in legacy_timer_tick()
H A Dtimekeeping.h26 extern void do_timer(unsigned long ticks);
H A Dtick-common.c39 * which is responsible for calling do_timer(), i.e. the timekeeping stuff. This
95 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()
H A Dtimekeeping.c2365 void do_timer(unsigned long ticks) in do_timer() function