Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dfair.c5721 cfs_b->runtime += cfs_b->quota; in __refill_cfs_bandwidth_runtime()
5722 runtime = cfs_b->runtime_snap - cfs_b->runtime; in __refill_cfs_bandwidth_runtime()
5725 cfs_b->nr_burst++; in __refill_cfs_bandwidth_runtime()
5728 cfs_b->runtime = min(cfs_b->runtime, cfs_b->quota + cfs_b->burst); in __refill_cfs_bandwidth_runtime()
5729 cfs_b->runtime_snap = cfs_b->runtime; in __refill_cfs_bandwidth_runtime()
5756 cfs_b->idle = 0; in __assign_cfs_rq_runtime()
6274 cfs_b->idle = 1; in do_sched_cfs_period_timer()
6297 cfs_b->idle = 0; in do_sched_cfs_period_timer()
6407 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
6551 cfs_b->burst = 0; in init_cfs_bandwidth()
[all …]
H A Dcore.c9450 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
9501 scoped_guard (raw_spinlock_irq, &cfs_b->lock) { in tg_set_cfs_bandwidth()
9502 cfs_b->period = ns_to_ktime(period); in tg_set_cfs_bandwidth()
9503 cfs_b->quota = quota; in tg_set_cfs_bandwidth()
9504 cfs_b->burst = burst; in tg_set_cfs_bandwidth()
9506 __refill_cfs_bandwidth_runtime(cfs_b); in tg_set_cfs_bandwidth()
9513 start_cfs_bandwidth(cfs_b); in tg_set_cfs_bandwidth()
9709 cfs_b->hierarchical_quota = quota; in tg_cfs_schedulable_down()
9902 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
9904 burst_usec = cfs_b->burst_time; in cpu_extra_stat_show()
[all …]
H A Dsched.h547 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);