Lines Matching refs:RUNTIME_INF
2373 if (runtime == RUNTIME_INF) in to_ratio()
6540 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
6541 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
6588 quota = RUNTIME_INF; in tg_set_cfs_quota()
6599 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
6675 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
6676 return RUNTIME_INF; in normalize_cfs_quota()
6688 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
6703 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
6705 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
6723 if (quota != RUNTIME_INF) { in __cfs_schedulable()
6934 *quotap = RUNTIME_INF; in cpu_period_quota_parse()