Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dfair.c3768 static const u64 min_cfs_rq_runtime = 1 * NSEC_PER_MSEC; variable
3815 s64 slack_runtime = cfs_rq->runtime_remaining - min_cfs_rq_runtime; in __return_cfs_rq_runtime()