Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dcore.c9450 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
9539 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()
9557 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
9571 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
9572 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()
9596 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_burst()
9605 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
9679 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
9685 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
9734 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
[all …]
H A Dsched.h404 struct cfs_bandwidth { struct
478 struct cfs_bandwidth cfs_bandwidth; member
547 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent);
549 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
550 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
590 struct cfs_bandwidth { }; struct
H A Dfair.c5734 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()
5768 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in assign_cfs_rq_runtime()
5884 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()
6480 struct cfs_bandwidth *cfs_b = in sched_cfs_slack_timer()
6481 container_of(timer, struct cfs_bandwidth, slack_timer); in sched_cfs_slack_timer()
6492 struct cfs_bandwidth *cfs_b = in sched_cfs_period_timer()
6493 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
6545 void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent) in init_cfs_bandwidth()
6573 void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b) in start_cfs_bandwidth()
6637 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in update_runtime_enabled()
[all …]