Searched refs:cfs_burst_us (Results 1 – 1 of 1) sorted by relevance
10314 static int tg_set_cfs_burst(struct task_group *tg, long cfs_burst_us) in tg_set_cfs_burst() argument10318 if ((u64)cfs_burst_us > U64_MAX / NSEC_PER_USEC) in tg_set_cfs_burst()10321 burst = (u64)cfs_burst_us * NSEC_PER_USEC; in tg_set_cfs_burst()10369 struct cftype *cftype, u64 cfs_burst_us) in cpu_cfs_burst_write_u64() argument10371 return tg_set_cfs_burst(css_tg(css), cfs_burst_us); in cpu_cfs_burst_write_u64()