Lines Matching refs:RUNTIME_INF
3313 if (runtime == RUNTIME_INF) in to_ratio()
7925 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
7938 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7939 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7986 quota = RUNTIME_INF; in tg_set_cfs_quota()
7999 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
8078 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
8079 return RUNTIME_INF; in normalize_cfs_quota()
8091 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
8106 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
8108 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
8126 if (quota != RUNTIME_INF) { in __cfs_schedulable()
8351 *quotap = RUNTIME_INF; in cpu_period_quota_parse()