Searched refs:do_timer (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | set-timer-lat.c | 210 int do_timer(int clock_id, int flags) in do_timer() function 275 ret |= do_timer(clock_id, TIMER_ABSTIME); in main() 276 ret |= do_timer(clock_id, 0); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | set-timer-lat.c | 210 int do_timer(int clock_id, int flags) in do_timer() function 275 ret |= do_timer(clock_id, TIMER_ABSTIME); in main() 276 ret |= do_timer(clock_id, 0); in main()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | tick-legacy.c | 30 do_timer(ticks); in legacy_timer_tick()
|
H A D | timekeeping.h | 26 extern void do_timer(unsigned long ticks);
|
H A D | tick-common.c | 38 * which is responsible for calling do_timer(), i.e. the timekeeping stuff. This 94 do_timer(1); in tick_periodic() 217 * If no cpu took the do_timer update, assign it to in tick_setup_device() 227 * secondary that comes up will take do_timer from in tick_setup_device() 402 * Transfer the do_timer job away from a dying cpu.
|
H A D | timekeeping.c | 2289 void do_timer(unsigned long ticks) in do_timer() function
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | timekeeping.h | 25 extern void do_timer(unsigned long ticks);
|
H A D | tick-common.c | 36 * which is responsible for calling do_timer(), i.e. the timekeeping stuff. This 92 do_timer(1); in tick_periodic() 215 * If no cpu took the do_timer update, assign it to in tick_setup_device() 225 * secondary that comes up will take do_timer from in tick_setup_device() 405 * Transfer the do_timer job away from a dying cpu.
|
H A D | tick-sched.c | 108 do_timer(ticks); in tick_do_update_jiffies64() 159 * Check if the do_timer duty was dropped. We don't care about in tick_sched_do_timer() 804 * If this CPU is the one which had the do_timer() duty last, we limit in tick_nohz_next_event() 840 * do_timer() never invoked. Keep track of the fact that it in tick_nohz_stop_tick() 841 * was the one which had the do_timer() duty last. in tick_nohz_stop_tick() 962 * this here the jiffies might be stale and do_timer() never in can_stop_idle_tick()
|
H A D | timekeeping.c | 2270 void do_timer(unsigned long ticks) in do_timer() function 2494 do_timer(ticks); in xtime_update()
|
Completed in 13 milliseconds