mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
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:
parent
4717a64824
commit
57cfe14de2
|
|
@ -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)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user