Home
last modified time | relevance | path

Searched refs:tg_set_bandwidth (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Dcore.c10050 static int tg_set_bandwidth(struct task_group *tg, in tg_set_bandwidth() function
10125 return tg_set_bandwidth(tg, period_us, quota_us, burst_us); in cpu_period_write_u64()
10138 return tg_set_bandwidth(tg, period_us, quota_us, burst_us); in cpu_quota_write_s64()
10148 return tg_set_bandwidth(tg, period_us, quota_us, burst_us); in cpu_burst_write_u64()
10462 ret = tg_set_bandwidth(tg, period_us, quota_us, burst_us); in cpu_max_write()