Home
last modified time | relevance | path

Searched refs:min_cfs_rq_runtime (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/scheduler/
Dsched-bwc.rst105 unrunnable. This is configured at compile time by the min_cfs_rq_runtime
121 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only
/Linux-v5.10/kernel/sched/
Dfair.c4998 static const u64 min_cfs_rq_runtime = 1 * NSEC_PER_MSEC; variable
5050 s64 slack_runtime = cfs_rq->runtime_remaining - min_cfs_rq_runtime; in __return_cfs_rq_runtime()