Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c10865 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota, in tg_set_cfs_bandwidth()
10966 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_get_cfs_quota()
10993 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_get_cfs_period()
11017 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_get_cfs_burst()
11471 ret = tg_set_cfs_bandwidth(tg, period, quota, burst);
10856 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota, tg_set_cfs_bandwidth() function