Lines Matching refs:cfs_bandwidth
6654 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()
7370 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
7447 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
7462 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
7465 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
7479 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
7488 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
7550 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
7556 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
7604 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
7710 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show()