Searched refs:RUNTIME_INF (Results 1 – 5 of 5) sorted by relevance
124 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()534 return RUNTIME_INF; in sched_rt_runtime()752 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()801 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()823 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()852 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()932 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()980 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()1010 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()1074 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()[all …]
4827 if (runtime == RUNTIME_INF) in to_ratio()10857 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()10860 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()10874 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()10875 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()10924 quota = RUNTIME_INF; in tg_set_cfs_quota()10937 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()11053 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()11054 return RUNTIME_INF; in normalize_cfs_quota()11066 quota = RUNTIME_INF; in tg_cfs_schedulable_down()[all …]
497 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()2799 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()2818 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
5397 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()5427 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()5893 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()6001 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()6044 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()6186 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()6189 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()6280 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()6334 tg_cfs_bandwidth(cfs_rq->tg)->hierarchical_quota != RUNTIME_INF) in cfs_task_bw_constrained()
179 #define RUNTIME_INF ((u64)~0ULL) macro2126 return RUNTIME_INF; in global_rt_runtime()