Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c4833 if (runtime == RUNTIME_INF) in to_ratio()
9438 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
9441 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()
9456 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9457 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9505 quota = RUNTIME_INF; in tg_set_cfs_quota()
9518 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9634 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9635 return RUNTIME_INF; in normalize_cfs_quota()
9647 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
[all …]
H A Ddeadline.c544 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
3218 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
3237 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
H A Dfair.c5707 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()
5737 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
6245 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
6353 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
6396 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
6538 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
6541 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()
6630 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
6690 tg_cfs_bandwidth(cfs_rq->tg)->hierarchical_quota != RUNTIME_INF) in cfs_task_bw_constrained()