Searched refs:cfs_period_us (Results 1 – 1 of 1) sorted by relevance
10933 static int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period() argument10937 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() local10951 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() argument11002 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()