Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A 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
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c5074 static const u64 min_cfs_rq_runtime = 1 * NSEC_PER_MSEC; variable
5126 s64 slack_runtime = cfs_rq->runtime_remaining - min_cfs_rq_runtime; in __return_cfs_rq_runtime()