Searched refs:tg_bandwidth (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | core.c | 10021 static void tg_bandwidth(struct task_group *tg, in tg_bandwidth() function 10046 tg_bandwidth(css_tg(css), &period_us, NULL, NULL); in cpu_period_read_u64() 10105 tg_bandwidth(css_tg(css), NULL, "a_us, NULL); in cpu_quota_read_s64() 10114 tg_bandwidth(css_tg(css), NULL, NULL, &burst_us); in cpu_burst_read_u64() 10124 tg_bandwidth(tg, NULL, "a_us, &burst_us); in cpu_period_write_u64() 10137 tg_bandwidth(tg, &period_us, NULL, &burst_us); in cpu_quota_write_s64() 10147 tg_bandwidth(tg, &period_us, "a_us, NULL); in cpu_burst_write_u64() 10447 tg_bandwidth(tg, &period_us, "a_us, NULL); in cpu_max_show() 10459 tg_bandwidth(tg, &period_us, NULL, &burst_us); in cpu_max_write()
|