Searched refs:cfs_bandwidth (Results 1 – 3 of 3) sorted by relevance
356 struct cfs_bandwidth { struct424 struct cfs_bandwidth cfs_bandwidth; member477 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);479 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);480 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);519 struct cfs_bandwidth { }; struct
4736 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime()4754 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()4756 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()4760 static int __assign_cfs_rq_runtime(struct cfs_bandwidth *cfs_b, in __assign_cfs_rq_runtime()4790 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in assign_cfs_rq_runtime()4891 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()4978 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in unthrottle_cfs_rq()5070 static void distribute_cfs_runtime(struct cfs_bandwidth *cfs_b) in distribute_cfs_runtime()5117 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun, unsigned long flags) in do_sched_cfs_period_timer()5187 static int runtime_refresh_within(struct cfs_bandwidth *cfs_b, u64 min_expire) in runtime_refresh_within()[all …]
9612 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()10529 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()10617 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()10618 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()10633 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()10636 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()10650 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()10651 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()10660 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()10674 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_burst()[all …]