Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c406b9e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/fair: Change PELT half-life to 8ms"

parents 108427ae 7549fb91
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/* Generated by Documentation/scheduler/sched-pelt; do not modify. */

#ifdef CONFIG_SCHED_WALT
static const u32 runnable_avg_yN_inv[] __maybe_unused = {
	0xffffffff, 0xeac0c6e6, 0xd744fcc9, 0xc5672a10,
	0xb504f333, 0xa5fed6a9, 0x9837f050, 0x8b95c1e3,
};

#define LOAD_AVG_PERIOD 8
#define LOAD_AVG_MAX 12336
#else
static const u32 runnable_avg_yN_inv[] __maybe_unused = {
	0xffffffff, 0xfa83b2da, 0xf5257d14, 0xefe4b99a, 0xeac0c6e6, 0xe5b906e6,
	0xe0ccdeeb, 0xdbfbb796, 0xd744fcc9, 0xd2a81d91, 0xce248c14, 0xc9b9bd85,
@@ -12,3 +21,4 @@ static const u32 runnable_avg_yN_inv[] __maybe_unused = {

#define LOAD_AVG_PERIOD 32
#define LOAD_AVG_MAX 47742
#endif