Home
last modified time | relevance | path

Searched refs:TS_FLAG_HIGHRES (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dtick-sched.h31 #define TS_FLAG_HIGHRES BIT(5) macro
H A Dtick-sched.c866 if (tick_sched_flag_test(ts, TS_FLAG_HIGHRES)) { in tick_nohz_restart()
1078 if (tick_sched_flag_test(ts, TS_FLAG_HIGHRES)) in tick_nohz_stop_tick()
1085 if (tick_sched_flag_test(ts, TS_FLAG_HIGHRES)) { in tick_nohz_stop_tick()
1600 tick_sched_flag_set(ts, TS_FLAG_HIGHRES); in tick_setup_sched_timer()
1632 if (tick_sched_flag_test(ts, TS_FLAG_HIGHRES)) in tick_sched_timer_dying()
H A Dtimer_list.c154 P_flag(highres, TS_FLAG_HIGHRES); in print_cpu()