Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c4804 if (runtime == RUNTIME_INF) in to_ratio()
9788 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9789 quota = RUNTIME_INF; in tg_set_cfs_bandwidth()
9806 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9807 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9862 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9863 return RUNTIME_INF; in tg_get_cfs_quota()
9904 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9905 return RUNTIME_INF; in normalize_cfs_quota()
9917 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
[all …]
H A Ddeadline.c512 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
3502 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
3521 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
H A Dfair.c5897 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()
5927 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
6497 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
6605 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
6648 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
6798 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
6801 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()
6889 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
6949 tg_cfs_bandwidth(cfs_rq->tg)->hierarchical_quota != RUNTIME_INF) in cfs_task_bw_constrained()
H A Dsched.h187 #define RUNTIME_INF ((u64)~0ULL) macro
2375 return RUNTIME_INF; in global_rt_runtime()
H A Dext.c4278 tg->scx.bw_quota_us = RUNTIME_INF; in scx_tg_init()