Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c9087 static int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period() argument
9091 if ((u64)cfs_period_us > U64_MAX / NSEC_PER_USEC) { in tg_set_cfs_period()
9095 period = (u64)cfs_period_us * NSEC_PER_USEC; in tg_set_cfs_period()
9103 u64 cfs_period_us; in tg_get_cfs_period() local
9105 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
9106 do_div(cfs_period_us, NSEC_PER_USEC); in tg_get_cfs_period()
9108 return cfs_period_us; in tg_get_cfs_period()
9130 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64()
9132 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()
9285 .name = "cfs_period_us",
9129 cpu_cfs_period_write_u64(struct cgroup_subsys_state *css, struct cftype *cftype, u64 cfs_period_us) cpu_cfs_period_write_u64() argument
[all...]

Completed in 11 milliseconds