Home
last modified time | relevance | path

Searched refs:can_stop_idle_tick (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
H A Dtick-sched.c956 static bool can_stop_idle_tick(int cpu, struct tick_sched *ts) in can_stop_idle_tick() function
1021 else if (can_stop_idle_tick(cpu, ts)) in __tick_nohz_idle_stop_tick()
1154 if (!can_stop_idle_tick(cpu, ts)) in tick_nohz_get_sleep_length()
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-sched.c1022 * reach here due to the need_resched() early check in can_stop_idle_tick().
1058 static bool can_stop_idle_tick(int cpu, struct tick_sched *ts) in can_stop_idle_tick() function
1120 else if (can_stop_idle_tick(cpu, ts)) in tick_nohz_idle_stop_tick()
1247 if (!can_stop_idle_tick(cpu, ts)) in tick_nohz_get_sleep_length()

Completed in 4 milliseconds