Lines Matching refs:cfs_bandwidth
9316 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()
10177 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
10265 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
10266 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()
10281 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
10284 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
10298 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
10299 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()
10308 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
10322 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_burst()
10323 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_burst()
10332 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
10406 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
10412 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
10460 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
10590 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show()