Home
last modified time | relevance | path

Searched refs:runtime_enabled (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/kernel/sched/
Dcore.c6508 int i, ret = 0, runtime_enabled, runtime_was_enabled; in tg_set_cfs_bandwidth() local
6540 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
6546 if (runtime_enabled && !runtime_was_enabled) in tg_set_cfs_bandwidth()
6555 if (runtime_enabled) in tg_set_cfs_bandwidth()
6566 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth()
6573 if (runtime_was_enabled && !runtime_enabled) in tg_set_cfs_bandwidth()
Dfair.c4377 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()
4732 if (!cfs_rq->runtime_enabled || cfs_rq->nr_running) in return_cfs_rq_runtime()
4791 if (!cfs_rq->runtime_enabled || cfs_rq->curr) in check_enqueue_throttle()
4827 if (likely(!cfs_rq->runtime_enabled || cfs_rq->runtime_remaining > 0)) in check_cfs_rq_runtime()
4890 cfs_rq->runtime_enabled = 0; in init_cfs_rq_runtime()
4940 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
4957 if (!cfs_rq->runtime_enabled) in unthrottle_offline_cfs_rqs()
4969 cfs_rq->runtime_enabled = 0; in unthrottle_offline_cfs_rqs()
Dsched.h556 int runtime_enabled; member
/Linux-v4.19/drivers/base/power/
Dsysfs.c538 static DEVICE_ATTR_RO(runtime_enabled);