sched: walt: Increase nr_threshold to 40 percent

Increase the nr_threshold percentage to 40 from 15.

Change-Id: I32ce7246fc4cd32d4c8110bef63971c9a2dceb55
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
This commit is contained in:
Rishabh Bhatnagar 2021-08-27 14:35:07 -07:00 committed by Rishabh Bhatnagar
parent 4717a64824
commit 57cfe14de2

View File

@ -31,7 +31,7 @@ static DEFINE_PER_CPU(u64, coloc_hyst_busy);
static DEFINE_PER_CPU(u64, coloc_hyst_time);
static DEFINE_PER_CPU(u64, util_hyst_time);
#define NR_THRESHOLD_PCT 15
#define NR_THRESHOLD_PCT 40
#define MAX_RTGB_TIME (sysctl_sched_coloc_busy_hyst_max_ms * NSEC_PER_MSEC)
/**