Home
last modified time | relevance | path

Searched refs:RUNTIME_INF (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c66 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) { in start_rt_bandwidth()
514 return RUNTIME_INF; in sched_rt_runtime()
734 if (iter->rt_runtime == RUNTIME_INF) { in do_balance_runtime()
786 if (rt_rq->rt_runtime == RUNTIME_INF || rt_rq->rt_runtime == rt_b->rt_runtime) { in __disable_runtime()
809 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) { in __disable_runtime()
840 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()
922 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) { in do_sched_rt_period_timer()
978 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) { in do_sched_rt_period_timer()
1023 if (runtime == RUNTIME_INF) { in sched_rt_runtime_exceeded()
1092 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
[all...]
H A Dcore.c3690 if (runtime == RUNTIME_INF) { in to_ratio()
8995 if (quota != RUNTIME_INF && quota > max_cfs_runtime) { in tg_set_cfs_bandwidth()
9010 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9011 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9063 quota = RUNTIME_INF; in tg_set_cfs_quota()
9077 if (tg->cfs_bandwidth.quota == RUNTIME_INF) { in tg_get_cfs_quota()
9158 if (quota == RUNTIME_INF || quota == -1) { in normalize_cfs_quota()
9159 return RUNTIME_INF; in normalize_cfs_quota()
9172 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
9187 if (quota == RUNTIME_INF) { in tg_cfs_schedulable_down()
[all...]
H A Dsched.h228 #define RUNTIME_INF ((u64)~0ULL) macro
1784 return RUNTIME_INF; in global_rt_runtime()
H A Dfair.c4843 if (cfs_b->quota != RUNTIME_INF) { in __refill_cfs_bandwidth_runtime()
4863 if (cfs_b->quota == RUNTIME_INF) { in fair_assign_cfs_rq_runtime()
5206 if (cfs_b->quota == RUNTIME_INF) { in do_sched_cfs_period_timer()
5320 if (cfs_b->quota != RUNTIME_INF) { in fair_return_cfs_rq_runtime()
5365 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) { in do_sched_cfs_slack_timer()
5516 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
5579 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()

Completed in 32 milliseconds