Lines Matching refs:RUNTIME_INF
2922 if (runtime == RUNTIME_INF) in to_ratio()
7401 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7402 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7449 quota = RUNTIME_INF; in tg_set_cfs_quota()
7462 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
7541 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
7542 return RUNTIME_INF; in normalize_cfs_quota()
7554 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
7569 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
7571 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
7589 if (quota != RUNTIME_INF) { in __cfs_schedulable()
7814 *quotap = RUNTIME_INF; in cpu_period_quota_parse()