Unverified Commit c147f19e authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 0ff07578 8e17c72c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ static DEFINE_PER_CPU_SHARED_ALIGNED(struct hrtimer, qos_overload_timer);
static DEFINE_PER_CPU(int, qos_cpu_overload);
unsigned int sysctl_overload_detect_period = 5000;  /* in ms */
unsigned int sysctl_offline_wait_interval = 100;  /* in ms */
static int unthrottle_qos_cfs_rqs(int cpu);
static int __unthrottle_qos_cfs_rqs(int cpu);
#endif

#ifdef CONFIG_CFS_BANDWIDTH
@@ -5218,7 +5218,7 @@ static void __maybe_unused unthrottle_offline_cfs_rqs(struct rq *rq)
	lockdep_assert_held(&rq->lock);

#ifdef CONFIG_QOS_SCHED
	unthrottle_qos_cfs_rqs(cpu_of(rq));
	__unthrottle_qos_cfs_rqs(cpu_of(rq));
#endif

	rcu_read_lock();