mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
scx_lavd: increase the upper bound of ineligible duration
Change the upper bound of ineligible duration (LAVD_ELIGIBLE_TIME_MAX). The updated (2x increased) upper bound reflects the distribution of tasks' eligible_delta_ns better. Signed-off-by: Changwoo Min <changwoo@igalia.com>
This commit is contained in:
parent
8efaf0c4c2
commit
3a3bd2a750
@ -65,7 +65,7 @@ enum consts {
|
||||
LAVD_GREEDY_RATIO_MAX = USHRT_MAX,
|
||||
|
||||
LAVD_ELIGIBLE_TIME_LAT_FT = 2,
|
||||
LAVD_ELIGIBLE_TIME_MAX = (LAVD_TARGETED_LATENCY_NS >> 1),
|
||||
LAVD_ELIGIBLE_TIME_MAX = LAVD_TARGETED_LATENCY_NS,
|
||||
|
||||
LAVD_CPU_UTIL_MAX = 1000, /* 100.0% */
|
||||
LAVD_CPU_UTIL_INTERVAL_NS = (100 * NSEC_PER_MSEC), /* 100 msec */
|
||||
|
Loading…
Reference in New Issue
Block a user