Lines Matching refs:cfs_b
10177 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
10219 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10226 raw_spin_lock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
10227 cfs_b->period = ns_to_ktime(period); in tg_set_cfs_bandwidth()
10228 cfs_b->quota = quota; in tg_set_cfs_bandwidth()
10229 cfs_b->burst = burst; in tg_set_cfs_bandwidth()
10231 __refill_cfs_bandwidth_runtime(cfs_b); in tg_set_cfs_bandwidth()
10235 start_cfs_bandwidth(cfs_b); in tg_set_cfs_bandwidth()
10237 raw_spin_unlock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
10406 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down() local
10431 cfs_b->hierarchical_quota = quota; in tg_cfs_schedulable_down()
10460 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_cfs_stat_show() local
10462 seq_printf(sf, "nr_periods %d\n", cfs_b->nr_periods); in cpu_cfs_stat_show()
10463 seq_printf(sf, "nr_throttled %d\n", cfs_b->nr_throttled); in cpu_cfs_stat_show()
10464 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_cfs_stat_show()
10590 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_extra_stat_show() local
10593 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
10599 cfs_b->nr_periods, cfs_b->nr_throttled, in cpu_extra_stat_show()