Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dcore.c10314 static int tg_set_cfs_burst(struct task_group *tg, long cfs_burst_us) in tg_set_cfs_burst() argument
10318 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() argument
10371 return tg_set_cfs_burst(css_tg(css), cfs_burst_us); in cpu_cfs_burst_write_u64()