Lines Matching refs:RUNTIME_INF
4418 if (runtime == RUNTIME_INF) in to_ratio()
10201 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
10204 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()
10218 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10219 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10268 quota = RUNTIME_INF; in tg_set_cfs_quota()
10281 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
10397 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
10398 return RUNTIME_INF; in normalize_cfs_quota()
10410 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
10425 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
10427 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
10445 if (quota != RUNTIME_INF) { in __cfs_schedulable()
10694 *quotap = RUNTIME_INF; in cpu_period_quota_parse()