Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c8342 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota) in tg_set_cfs_bandwidth() function
8436 return tg_set_cfs_bandwidth(tg, period, quota); in tg_set_cfs_quota()
8462 return tg_set_cfs_bandwidth(tg, period, quota); in tg_set_cfs_period()
8827 ret = tg_set_cfs_bandwidth(tg, period, quota); in cpu_max_write()