Searched refs:cfs_bandwidth (Results 1 – 3 of 3) sorted by relevance
364 struct cfs_bandwidth { struct432 struct cfs_bandwidth cfs_bandwidth; member485 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);487 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);488 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);527 struct cfs_bandwidth { }; struct
4656 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()4690 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in assign_cfs_rq_runtime()4791 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()5248 struct cfs_bandwidth *cfs_b = in sched_cfs_slack_timer()5249 container_of(timer, struct cfs_bandwidth, slack_timer); in sched_cfs_slack_timer()5260 struct cfs_bandwidth *cfs_b = in sched_cfs_period_timer()5261 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()5313 void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b) in init_cfs_bandwidth()5335 void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b) in start_cfs_bandwidth()5373 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in update_runtime_enabled()[all …]
10202 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()10291 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota()10309 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()10323 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()10324 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period()10348 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_burst()10357 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()10431 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()10437 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()10485 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()[all …]
Completed in 42 milliseconds