File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1040,7 +1040,7 @@ static void tick_nohz_retain_tick(struct tick_sched *ts)
1040
1040
}
1041
1041
1042
1042
#ifdef CONFIG_NO_HZ_FULL
1043
- static void tick_nohz_stop_sched_tick (struct tick_sched * ts , int cpu )
1043
+ static void tick_nohz_full_stop_tick (struct tick_sched * ts , int cpu )
1044
1044
{
1045
1045
if (tick_nohz_next_event (ts , cpu ))
1046
1046
tick_nohz_stop_tick (ts , cpu );
@@ -1075,7 +1075,7 @@ static void __tick_nohz_full_update_tick(struct tick_sched *ts,
1075
1075
int cpu = smp_processor_id ();
1076
1076
1077
1077
if (can_stop_full_tick (cpu , ts ))
1078
- tick_nohz_stop_sched_tick (ts , cpu );
1078
+ tick_nohz_full_stop_tick (ts , cpu );
1079
1079
else if (ts -> tick_stopped )
1080
1080
tick_nohz_restart_sched_tick (ts , now );
1081
1081
#endif
You can’t perform that action at this time.
0 commit comments