Searched refs:cfs_period_us (Results 1 – 2 of 2) sorted by relevance
27 cpu.cfs_period_us: the length of a period (in microseconds)31 cpu.cfs_period_us=100ms101 # echo 250000 > cpu.cfs_period_us /* period = 250ms */109 # echo 500000 > cpu.cfs_period_us /* period = 500ms */118 # echo 50000 > cpu.cfs_period_us /* period = 50ms */
6608 int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period() argument6612 period = (u64)cfs_period_us * NSEC_PER_USEC; in tg_set_cfs_period()6620 u64 cfs_period_us; in tg_get_cfs_period() local6622 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()6623 do_div(cfs_period_us, NSEC_PER_USEC); in tg_get_cfs_period()6625 return cfs_period_us; in tg_get_cfs_period()6647 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() argument6649 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()