Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h444 struct cfs_bandwidth { struct
513 struct cfs_bandwidth cfs_bandwidth; member
582 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent);
584 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
585 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
620 struct cfs_bandwidth { }; struct
H A Dfair.c5633 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime()
5651 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
5653 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()
5657 static int __assign_cfs_rq_runtime(struct cfs_bandwidth *cfs_b, in __assign_cfs_rq_runtime()
5687 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in assign_cfs_rq_runtime()
5982 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()
6023 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in unthrottle_cfs_rq()
6143 static bool distribute_cfs_runtime(struct cfs_bandwidth *cfs_b) in distribute_cfs_runtime()
6231 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun, unsigned long flags) in do_sched_cfs_period_timer()
6299 static int runtime_refresh_within(struct cfs_bandwidth *cfs_b, u64 min_expire) in runtime_refresh_within()
[all …]
H A Dcore.c8677 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()
9556 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
9625 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
9635 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9638 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
9648 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
9686 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
9692 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
9741 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
10082 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show()