Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c5603 cfs_b->runtime += cfs_b->quota; in __refill_cfs_bandwidth_runtime()
5604 runtime = cfs_b->runtime_snap - cfs_b->runtime; in __refill_cfs_bandwidth_runtime()
5607 cfs_b->nr_burst++; in __refill_cfs_bandwidth_runtime()
5610 cfs_b->runtime = min(cfs_b->runtime, cfs_b->quota + cfs_b->burst); in __refill_cfs_bandwidth_runtime()
5611 cfs_b->runtime_snap = cfs_b->runtime; in __refill_cfs_bandwidth_runtime()
5638 cfs_b->idle = 0; in __assign_cfs_rq_runtime()
6126 cfs_b->idle = 1; in do_sched_cfs_period_timer()
6149 cfs_b->idle = 0; in do_sched_cfs_period_timer()
6259 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
6403 cfs_b->burst = 0; in init_cfs_bandwidth()
[all …]
H A Dcore.c10812 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
10863 scoped_guard (raw_spinlock_irq, &cfs_b->lock) { in tg_set_cfs_bandwidth()
10864 cfs_b->period = ns_to_ktime(period); in tg_set_cfs_bandwidth()
10865 cfs_b->quota = quota; in tg_set_cfs_bandwidth()
10866 cfs_b->burst = burst; in tg_set_cfs_bandwidth()
10868 __refill_cfs_bandwidth_runtime(cfs_b); in tg_set_cfs_bandwidth()
10875 start_cfs_bandwidth(cfs_b); in tg_set_cfs_bandwidth()
11071 cfs_b->hierarchical_quota = quota; in tg_cfs_schedulable_down()
11260 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
11262 burst_usec = cfs_b->burst_time; in cpu_extra_stat_show()
[all …]
H A Dsched.h498 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b, struct cfs_bandwidth *parent);
500 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
501 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);