Searched refs:runtime_enabled (Results 1 – 3 of 3) sorted by relevance
8967 int i, ret = 0, runtime_enabled, runtime_was_enabled; in tg_set_cfs_bandwidth() local9010 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()9016 if (runtime_enabled && !runtime_was_enabled) { in tg_set_cfs_bandwidth()9026 if (runtime_enabled) { in tg_set_cfs_bandwidth()9039 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth()9047 if (runtime_was_enabled && !runtime_enabled) { in tg_set_cfs_bandwidth()
4916 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) { in account_cfs_rq_runtime()5340 if (!cfs_rq->runtime_enabled || cfs_rq->nr_running) { in return_cfs_rq_runtime()5393 if (!cfs_rq->runtime_enabled || cfs_rq->curr) { in check_enqueue_throttle()5435 if (likely(!cfs_rq->runtime_enabled || cfs_rq->runtime_remaining > 0)) { in check_cfs_rq_runtime()5529 cfs_rq->runtime_enabled = 0; in init_cfs_rq_runtime()5579 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()5597 if (!cfs_rq->runtime_enabled) { in unthrottle_offline_cfs_rqs()5610 cfs_rq->runtime_enabled = 0; in unthrottle_offline_cfs_rqs()
670 int runtime_enabled; member