Lines Matching refs:cfs_b
9450 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
9493 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
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()
9679 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down() local
9709 cfs_b->hierarchical_quota = quota; in tg_cfs_schedulable_down()
9734 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show() local
9736 seq_printf(sf, "nr_periods %d\n", cfs_b->nr_periods); in cpu_cfs_stat_show()
9737 seq_printf(sf, "nr_throttled %d\n", cfs_b->nr_throttled); in cpu_cfs_stat_show()
9738 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_cfs_stat_show()
9753 seq_printf(sf, "nr_bursts %d\n", cfs_b->nr_burst); in cpu_cfs_stat_show()
9754 seq_printf(sf, "burst_time %llu\n", cfs_b->burst_time); in cpu_cfs_stat_show()
9899 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show() local
9902 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
9904 burst_usec = cfs_b->burst_time; in cpu_extra_stat_show()
9912 cfs_b->nr_periods, cfs_b->nr_throttled, in cpu_extra_stat_show()
9913 throttled_usec, cfs_b->nr_burst, burst_usec); in cpu_extra_stat_show()