Searched refs:tg_set_cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/kernel/sched/ |
D | core.c | 10832 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota, in tg_set_cfs_bandwidth() function 10933 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_set_cfs_quota() 10960 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_set_cfs_period() 10984 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_set_cfs_burst() 11438 ret = tg_set_cfs_bandwidth(tg, period, quota, burst); in cpu_max_write()
|