Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dsched.h342 struct cfs_bandwidth { struct
410 struct cfs_bandwidth cfs_bandwidth; member
463 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
465 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
466 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
502 struct cfs_bandwidth { }; struct
A Dcore.c10688 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
10777 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()
10795 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
10809 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
10810 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()
10834 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_burst()
10843 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
10917 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
10923 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
10971 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
[all …]
A Dfair.c5175 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()
5209 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in assign_cfs_rq_runtime()
5310 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()
5850 struct cfs_bandwidth *cfs_b = in sched_cfs_slack_timer()
5851 container_of(timer, struct cfs_bandwidth, slack_timer); in sched_cfs_slack_timer()
5862 struct cfs_bandwidth *cfs_b = in sched_cfs_period_timer()
5863 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
5915 void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b) in init_cfs_bandwidth()
5940 void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b) in start_cfs_bandwidth()
6004 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in update_runtime_enabled()
[all …]

Completed in 46 milliseconds