Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dsched.h336 struct cfs_bandwidth { struct
404 struct cfs_bandwidth cfs_bandwidth; member
457 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent);
459 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
460 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
497 struct cfs_bandwidth { }; struct
Dfair.c5482 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime()
5500 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
5502 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()
5506 static int __assign_cfs_rq_runtime(struct cfs_bandwidth *cfs_b, in __assign_cfs_rq_runtime()
5536 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in assign_cfs_rq_runtime()
5652 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()
5741 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in unthrottle_cfs_rq()
5901 static bool distribute_cfs_runtime(struct cfs_bandwidth *cfs_b) in distribute_cfs_runtime()
5977 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun, unsigned long flags) in do_sched_cfs_period_timer()
6045 static int runtime_refresh_within(struct cfs_bandwidth *cfs_b, u64 min_expire) in runtime_refresh_within()
[all …]
Dcore.c9944 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()
10836 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
10924 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
10925 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()
10940 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
10943 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
10957 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
10958 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()
10967 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
10981 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_burst()
[all …]