Home
last modified time | relevance | path

Searched refs:cfs_bandwidth (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dsched.h451 struct cfs_bandwidth { struct
520 struct cfs_bandwidth cfs_bandwidth; member
577 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent);
579 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
580 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
615 struct cfs_bandwidth { }; struct
H A Dcore.c8972 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()
9854 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
9926 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
9936 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9939 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
9949 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
9987 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
9993 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
10042 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
10383 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show()