Searched refs:RUNTIME_INF (Results 1 – 5 of 5) sorted by relevance
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()1010 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()1074 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()2768 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()2876 rt_runtime = RUNTIME_INF; in sched_group_set_rt_runtime()2887 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()[all …]
4755 if (runtime == RUNTIME_INF) in to_ratio()10715 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()10729 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()10779 quota = RUNTIME_INF; in tg_set_cfs_quota()10792 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()10908 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()10909 return RUNTIME_INF; in normalize_cfs_quota()10921 quota = RUNTIME_INF; in tg_cfs_schedulable_down()10936 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()10956 if (quota != RUNTIME_INF) { in __cfs_schedulable()[all …]
502 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()2785 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()2804 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
179 #define RUNTIME_INF ((u64)~0ULL) macro2066 return RUNTIME_INF; in global_rt_runtime()
5159 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()5189 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()5626 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()5734 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()5777 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()5919 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()6008 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
Completed in 60 milliseconds