Searched refs:runtime_enabled (Results 1 – 4 of 4) sorted by relevance
585 static DEVICE_ATTR_RO(runtime_enabled);
5670 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()5987 if (cfs_rq->runtime_enabled && cfs_rq->runtime_remaining <= 0) in unthrottle_cfs_rq()6316 if (!cfs_rq->runtime_enabled || cfs_rq->nr_queued) in return_cfs_rq_runtime()6362 if (!cfs_rq->runtime_enabled || cfs_rq->curr) in check_enqueue_throttle()6408 if (likely(!cfs_rq->runtime_enabled || cfs_rq->runtime_remaining > 0)) in check_cfs_rq_runtime()6509 cfs_rq->runtime_enabled = 0; in init_cfs_rq_runtime()6581 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()6609 if (!cfs_rq->runtime_enabled) in unthrottle_offline_cfs_rqs()6616 cfs_rq->runtime_enabled = 0; in unthrottle_offline_cfs_rqs()6640 if (cfs_rq->runtime_enabled || in cfs_task_bw_constrained()
9503 int i, ret = 0, runtime_enabled, runtime_was_enabled; in tg_set_cfs_bandwidth() local9527 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()9533 if (runtime_enabled && !runtime_was_enabled) in tg_set_cfs_bandwidth()9547 if (runtime_enabled) in tg_set_cfs_bandwidth()9556 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth()9563 if (runtime_was_enabled && !runtime_enabled) in tg_set_cfs_bandwidth()
752 int runtime_enabled; member