Searched refs:cfs_b (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/sched/
H A Dfair.c5587 * requires cfs_b->lock
5589 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) argument
5593 if (unlikely(cfs_b->quota == RUNTIME_INF))
5596 cfs_b->runtime += cfs_b->quota;
5597 runtime = cfs_b->runtime_snap - cfs_b->runtime;
5599 cfs_b->burst_time += runtime;
5600 cfs_b->nr_burst++;
5603 cfs_b
5613 __assign_cfs_rq_runtime(struct cfs_bandwidth *cfs_b, struct cfs_rq *cfs_rq, u64 target_runtime) argument
5643 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); local
5759 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); local
5848 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); local
6008 distribute_cfs_runtime(struct cfs_bandwidth *cfs_b) argument
6096 do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun, unsigned long flags) argument
6164 runtime_refresh_within(struct cfs_bandwidth *cfs_b, u64 min_expire) argument
6181 start_cfs_slack_bandwidth(struct cfs_bandwidth *cfs_b) argument
6202 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); local
6238 do_sched_cfs_slack_timer(struct cfs_bandwidth *cfs_b) argument
6325 struct cfs_bandwidth *cfs_b = local
6337 struct cfs_bandwidth *cfs_b = local
6390 init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent) argument
6418 start_cfs_bandwidth(struct cfs_bandwidth *cfs_b) argument
6430 destroy_cfs_bandwidth(struct cfs_bandwidth *cfs_b) argument
6482 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; local
6602 init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent) argument
6610 destroy_cfs_bandwidth(struct cfs_bandwidth *cfs_b) argument
[all...]
H A Dcore.c10813 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; local
10856 runtime_was_enabled = cfs_b->quota != RUNTIME_INF;
10864 scoped_guard (raw_spinlock_irq, &cfs_b->lock) {
10865 cfs_b->period = ns_to_ktime(period);
10866 cfs_b->quota = quota;
10867 cfs_b->burst = burst;
10869 __refill_cfs_bandwidth_runtime(cfs_b);
10876 start_cfs_bandwidth(cfs_b);
11042 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; local
11072 cfs_b
11097 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; local
11258 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; local
[all...]
H A Dsched.h484 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent);
486 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
487 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);

Completed in 183 milliseconds