Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/scheduler/
Dsched-bwc.txt27 cpu.cfs_period_us: the length of a period (in microseconds)
31 cpu.cfs_period_us=100ms
101 # 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 */
/Linux-v4.19/kernel/sched/
Dcore.c6608 int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period() argument
6612 period = (u64)cfs_period_us * NSEC_PER_USEC; in tg_set_cfs_period()
6620 u64 cfs_period_us; in tg_get_cfs_period() local
6622 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() argument
6649 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()