Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c10933 static int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period() argument
10937 if ((u64)cfs_period_us > U64_MAX / NSEC_PER_USEC) in tg_set_cfs_period()
10940 period = (u64)cfs_period_us * NSEC_PER_USEC; in tg_set_cfs_period()
10949 u64 cfs_period_us; in tg_get_cfs_period() local
10951 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
10952 do_div(cfs_period_us, NSEC_PER_USEC); in tg_get_cfs_period()
10954 return cfs_period_us; in tg_get_cfs_period()
11000 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() argument
11002 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()