Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dsysfs.c585 static DEVICE_ATTR_RO(runtime_enabled);
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c8344 int i, ret = 0, runtime_enabled, runtime_was_enabled; in tg_set_cfs_bandwidth() local
8382 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8388 if (runtime_enabled && !runtime_was_enabled) in tg_set_cfs_bandwidth()
8397 if (runtime_enabled) in tg_set_cfs_bandwidth()
8408 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth()
8415 if (runtime_was_enabled && !runtime_enabled) in tg_set_cfs_bandwidth()
H A Dfair.c4750 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()
5151 if (!cfs_rq->runtime_enabled || cfs_rq->nr_running) in return_cfs_rq_runtime()
5200 if (!cfs_rq->runtime_enabled || cfs_rq->curr) in check_enqueue_throttle()
5236 if (likely(!cfs_rq->runtime_enabled || cfs_rq->runtime_remaining > 0)) in check_cfs_rq_runtime()
5332 cfs_rq->runtime_enabled = 0; in init_cfs_rq_runtime()
5378 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
5395 if (!cfs_rq->runtime_enabled) in unthrottle_offline_cfs_rqs()
5407 cfs_rq->runtime_enabled = 0; in unthrottle_offline_cfs_rqs()
H A Dsched.h608 int runtime_enabled; member
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch738 Each exposure has two properties: exposed and runtime_enabled.
1352 {% filter runtime_enabled(feature_name) %}
1364 {% filter runtime_enabled(feature_name) %}