Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c4930 if (runtime == RUNTIME_INF) in to_ratio()
9859 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9860 quota = RUNTIME_INF; in tg_set_cfs_bandwidth()
9877 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9878 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9936 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9937 return RUNTIME_INF; in tg_get_cfs_quota()
9978 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9979 return RUNTIME_INF; in normalize_cfs_quota()
9991 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
[all …]
H A Ddeadline.c512 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
3728 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
3747 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
H A Dfair.c6620 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()
6650 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
7262 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
7371 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
7410 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
7540 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
7543 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()
7630 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
7688 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
2479 return RUNTIME_INF; in global_rt_runtime()
/linux/kernel/sched/ext/
H A Dext.c4686 tg->scx.bw_quota_us = RUNTIME_INF; in scx_tg_init()