Searched refs:runtime_enabled (Results 1 – 3 of 3) sorted by relevance
3358 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()3707 if (!cfs_rq->runtime_enabled || cfs_rq->nr_running) in return_cfs_rq_runtime()3757 if (!cfs_rq->runtime_enabled || cfs_rq->curr) in check_enqueue_throttle()3776 if (likely(!cfs_rq->runtime_enabled || cfs_rq->runtime_remaining > 0)) in check_cfs_rq_runtime()3838 cfs_rq->runtime_enabled = 0; in init_cfs_rq_runtime()3880 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()3890 if (!cfs_rq->runtime_enabled) in unthrottle_offline_cfs_rqs()3902 cfs_rq->runtime_enabled = 0; in unthrottle_offline_cfs_rqs()
8370 int i, ret = 0, runtime_enabled, runtime_was_enabled; in tg_set_cfs_bandwidth() local8402 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()8408 if (runtime_enabled && !runtime_was_enabled) in tg_set_cfs_bandwidth()8416 if (runtime_enabled && cfs_b->timer_active) { in tg_set_cfs_bandwidth()8427 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth()8434 if (runtime_was_enabled && !runtime_enabled) in tg_set_cfs_bandwidth()
406 int runtime_enabled; member