Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dset-timer-lat.c198 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
/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.c2426 void do_timer(unsigned long ticks) in do_timer() function