Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c10957 static int tg_set_cfs_burst(struct task_group *tg, long cfs_burst_us) in tg_set_cfs_burst() argument
10961 if ((u64)cfs_burst_us > U64_MAX / NSEC_PER_USEC) in tg_set_cfs_burst()
10964 burst = (u64)cfs_burst_us * NSEC_PER_USEC; in tg_set_cfs_burst()
11012 struct cftype *cftype, u64 cfs_burst_us) in cpu_cfs_burst_write_u64() argument
11014 return tg_set_cfs_burst(css_tg(css), cfs_burst_us); in cpu_cfs_burst_write_u64()