Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dsched.h329 struct cfs_bandwidth { struct
393 struct cfs_bandwidth cfs_bandwidth; member
436 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
438 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
439 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
475 struct cfs_bandwidth { }; struct
Dfair.c4257 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime()
4270 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
4272 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()
4288 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(tg); in assign_cfs_rq_runtime()
4331 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in expire_cfs_rq_runtime()
4442 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()
4500 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in unthrottle_cfs_rq()
4544 static u64 distribute_cfs_runtime(struct cfs_bandwidth *cfs_b, in distribute_cfs_runtime()
4590 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun) in do_sched_cfs_period_timer()
4672 static int runtime_refresh_within(struct cfs_bandwidth *cfs_b, u64 min_expire) in runtime_refresh_within()
[all …]
Dcore.c6007 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()
6509 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
6586 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
6599 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
6602 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
6613 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
6622 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
6684 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
6690 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth; in tg_cfs_schedulable_down()
6738 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show()
[all …]