Lines Matching refs:cfs_bandwidth
8512 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()
9414 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
9502 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
9503 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()
9518 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9521 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
9535 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
9536 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()
9545 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
9559 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_burst()
9560 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_burst()
9569 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
9643 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
9649 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
9698 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
9863 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show()
10011 u64 burst = tg->cfs_bandwidth.burst; in cpu_max_write()