Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c9057 static int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us) in tg_set_cfs_quota() argument
9062 if (cfs_quota_us < 0) { in tg_set_cfs_quota()
9064 } else if ((u64)cfs_quota_us <= U64_MAX / NSEC_PER_USEC) { in tg_set_cfs_quota()
9065 quota = (u64)cfs_quota_us * NSEC_PER_USEC; in tg_set_cfs_quota()
9118 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64()
9120 return tg_set_cfs_quota(css_tg(css), cfs_quota_us); in cpu_cfs_quota_write_s64()
9280 .name = "cfs_quota_us",
9117 cpu_cfs_quota_write_s64(struct cgroup_subsys_state *css, struct cftype *cftype, s64 cfs_quota_us) cpu_cfs_quota_write_s64() argument

Completed in 11 milliseconds