Searched refs:RUNTIME_INF (Results 1 – 5 of 5) sorted by relevance
486 return RUNTIME_INF; in sched_rt_runtime()640 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()689 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()711 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()740 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()886 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()1009 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()2706 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()2814 rt_runtime = RUNTIME_INF; in sched_group_set_rt_runtime()2825 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()[all …]
4831 if (runtime == RUNTIME_INF) in to_ratio()9492 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()9541 quota = RUNTIME_INF; in tg_set_cfs_quota()9670 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()9671 return RUNTIME_INF; in normalize_cfs_quota()9683 quota = RUNTIME_INF; in tg_cfs_schedulable_down()9698 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()9700 else if (parent_quota != RUNTIME_INF) in tg_cfs_schedulable_down()9703 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()9722 if (quota != RUNTIME_INF) { in __cfs_schedulable()[all …]
544 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()3223 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()3242 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
5718 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()5748 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()6256 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()6364 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()6407 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()6549 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()6552 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()6641 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()6701 tg_cfs_bandwidth(cfs_rq->tg)->hierarchical_quota != RUNTIME_INF) in cfs_task_bw_constrained()
183 #define RUNTIME_INF ((u64)~0ULL) macro2231 return RUNTIME_INF; in global_rt_runtime()