Lines Matching refs:cfs_b
7786 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
7813 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7815 raw_spin_lock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
7816 cfs_b->period = ns_to_ktime(period); in tg_set_cfs_bandwidth()
7817 cfs_b->quota = quota; in tg_set_cfs_bandwidth()
7819 __refill_cfs_bandwidth_runtime(cfs_b); in tg_set_cfs_bandwidth()
7821 if (runtime_enabled && cfs_b->timer_active) { in tg_set_cfs_bandwidth()
7823 cfs_b->timer_active = 0; in tg_set_cfs_bandwidth()
7824 __start_cfs_bandwidth(cfs_b); in tg_set_cfs_bandwidth()
7826 raw_spin_unlock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
7946 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down() local
7966 cfs_b->hierarchal_quota = quota; in tg_cfs_schedulable_down()
7996 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in cpu_stats_show() local
7998 cb->fill(cb, "nr_periods", cfs_b->nr_periods); in cpu_stats_show()
7999 cb->fill(cb, "nr_throttled", cfs_b->nr_throttled); in cpu_stats_show()
8000 cb->fill(cb, "throttled_time", cfs_b->throttled_time); in cpu_stats_show()