Lines Matching refs:RUNTIME_INF
4831 if (runtime == RUNTIME_INF) in to_ratio()
9474 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
9477 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()
9492 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9493 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9541 quota = RUNTIME_INF; in tg_set_cfs_quota()
9554 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9670 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9671 return RUNTIME_INF; in normalize_cfs_quota()
9683 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
9698 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
9700 else if (parent_quota != RUNTIME_INF) in tg_cfs_schedulable_down()
9703 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
9705 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
9722 if (quota != RUNTIME_INF) { in __cfs_schedulable()
10026 *quotap = RUNTIME_INF; in cpu_period_quota_parse()