Searched refs:runtime_enabled (Results 1 – 4 of 4) sorted by relevance
585 static DEVICE_ATTR_RO(runtime_enabled);
5978 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()6295 if (cfs_rq->runtime_enabled && cfs_rq->runtime_remaining <= 0) in unthrottle_cfs_rq()6624 if (!cfs_rq->runtime_enabled || cfs_rq->nr_queued) in return_cfs_rq_runtime()6670 if (!cfs_rq->runtime_enabled || cfs_rq->curr) in check_enqueue_throttle()6716 if (likely(!cfs_rq->runtime_enabled || cfs_rq->runtime_remaining > 0)) in check_cfs_rq_runtime()6817 cfs_rq->runtime_enabled = 0; in init_cfs_rq_runtime()6889 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()6917 if (!cfs_rq->runtime_enabled) in unthrottle_offline_cfs_rqs()6924 cfs_rq->runtime_enabled = 0; in unthrottle_offline_cfs_rqs()6948 if (cfs_rq->runtime_enabled || in cfs_task_bw_constrained()
9782 int i, ret = 0, runtime_enabled, runtime_was_enabled; in tg_set_cfs_bandwidth() local9806 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()9812 if (runtime_enabled && !runtime_was_enabled) in tg_set_cfs_bandwidth()9826 if (runtime_enabled) in tg_set_cfs_bandwidth()9835 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth()9842 if (runtime_was_enabled && !runtime_enabled) in tg_set_cfs_bandwidth()
753 int runtime_enabled; member