Searched refs:cfs_bandwidth (Results 1 – 4 of 4) sorted by relevance
210 struct cfs_bandwidth { struct263 struct cfs_bandwidth cfs_bandwidth; member305 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);308 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);309 extern void __start_cfs_bandwidth(struct cfs_bandwidth *cfs_b, bool force);332 struct cfs_bandwidth { }; struct
3439 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime()3451 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()3453 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()3469 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(tg); in assign_cfs_rq_runtime()3517 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in expire_cfs_rq_runtime()3634 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()3679 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in unthrottle_cfs_rq()3723 static u64 distribute_cfs_runtime(struct cfs_bandwidth *cfs_b, in distribute_cfs_runtime()3768 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun) in do_sched_cfs_period_timer()3856 static int runtime_refresh_within(struct cfs_bandwidth *cfs_b, u64 min_expire) in runtime_refresh_within()[all …]
7199 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()8078 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()8154 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()8167 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()8170 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()8181 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()8190 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()8252 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()8258 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()8301 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_stats_show()
234 cfs_rq->tg->cfs_bandwidth.timer_active); in print_cfs_rq()