Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c5597 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime() argument
5601 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()
5604 cfs_b->runtime += cfs_b->quota; in __refill_cfs_bandwidth_runtime()
5605 runtime = cfs_b->runtime_snap - cfs_b->runtime; in __refill_cfs_bandwidth_runtime()
5607 cfs_b->burst_time += runtime; in __refill_cfs_bandwidth_runtime()
5608 cfs_b->nr_burst++; in __refill_cfs_bandwidth_runtime()
5611 cfs_b->runtime = min(cfs_b->runtime, cfs_b->quota + cfs_b->burst); in __refill_cfs_bandwidth_runtime()
5612 cfs_b->runtime_snap = cfs_b->runtime; in __refill_cfs_bandwidth_runtime()
5621 static int __assign_cfs_rq_runtime(struct cfs_bandwidth *cfs_b, in __assign_cfs_rq_runtime() argument
5626 lockdep_assert_held(&cfs_b->lock); in __assign_cfs_rq_runtime()
[all …]
H A Dcore.c10860 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
10903 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10911 scoped_guard (raw_spinlock_irq, &cfs_b->lock) { in tg_set_cfs_bandwidth()
10912 cfs_b->period = ns_to_ktime(period); in tg_set_cfs_bandwidth()
10913 cfs_b->quota = quota; in tg_set_cfs_bandwidth()
10914 cfs_b->burst = burst; in tg_set_cfs_bandwidth()
10916 __refill_cfs_bandwidth_runtime(cfs_b); in tg_set_cfs_bandwidth()
10923 start_cfs_bandwidth(cfs_b); in tg_set_cfs_bandwidth()
11089 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down() local
11119 cfs_b in tg_cfs_schedulable_down()
11148 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; cpu_cfs_stat_show() local
11309 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; cpu_extra_stat_show() local
[all...]
H A Dsched.h457 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent);
459 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
460 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);