Searched refs:runtime_enabled (Results 1 – 4 of 4) sorted by relevance
7900 int i, ret = 0, runtime_enabled, runtime_was_enabled; in tg_set_cfs_bandwidth() local7938 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()7944 if (runtime_enabled && !runtime_was_enabled) in tg_set_cfs_bandwidth()7953 if (runtime_enabled) in tg_set_cfs_bandwidth()7964 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth()7971 if (runtime_was_enabled && !runtime_enabled) in tg_set_cfs_bandwidth()
4674 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()5075 if (!cfs_rq->runtime_enabled || cfs_rq->nr_running) in return_cfs_rq_runtime()5124 if (!cfs_rq->runtime_enabled || cfs_rq->curr) in check_enqueue_throttle()5160 if (likely(!cfs_rq->runtime_enabled || cfs_rq->runtime_remaining > 0)) in check_cfs_rq_runtime()5256 cfs_rq->runtime_enabled = 0; in init_cfs_rq_runtime()5302 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()5319 if (!cfs_rq->runtime_enabled) in unthrottle_offline_cfs_rqs()5331 cfs_rq->runtime_enabled = 0; in unthrottle_offline_cfs_rqs()
595 int runtime_enabled; member
585 static DEVICE_ATTR_RO(runtime_enabled);