Lines Matching refs:cfs_bandwidth
7095 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()
7901 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
7984 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
7999 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
8002 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
8016 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
8025 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
8087 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
8093 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
8141 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
8247 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show()