Lines Matching refs:cfs_bandwidth
9941 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()
10833 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
10921 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
10922 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()
10937 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
10940 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
10954 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
10955 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()
10964 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
10978 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_burst()
10979 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_burst()
10988 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
11062 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
11068 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
11121 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
11282 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show()