Lines Matching refs:cfs_b
8293 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
8325 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8332 raw_spin_lock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
8333 cfs_b->period = ns_to_ktime(period); in tg_set_cfs_bandwidth()
8334 cfs_b->quota = quota; in tg_set_cfs_bandwidth()
8336 __refill_cfs_bandwidth_runtime(cfs_b); in tg_set_cfs_bandwidth()
8339 start_cfs_bandwidth(cfs_b); in tg_set_cfs_bandwidth()
8340 raw_spin_unlock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
8465 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down() local
8485 cfs_b->hierarchical_quota = quota; in tg_cfs_schedulable_down()
8514 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_stats_show() local
8516 seq_printf(sf, "nr_periods %d\n", cfs_b->nr_periods); in cpu_stats_show()
8517 seq_printf(sf, "nr_throttled %d\n", cfs_b->nr_throttled); in cpu_stats_show()
8518 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_stats_show()