Searched refs:cfs_quota_us (Results 1 – 1 of 1) sorted by relevance
10585 static int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us) in tg_set_cfs_quota() argument10591 if (cfs_quota_us < 0) in tg_set_cfs_quota()10593 else if ((u64)cfs_quota_us <= U64_MAX / NSEC_PER_USEC) in tg_set_cfs_quota()10594 quota = (u64)cfs_quota_us * NSEC_PER_USEC; in tg_set_cfs_quota()10669 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() argument10671 return tg_set_cfs_quota(css_tg(css), cfs_quota_us); in cpu_cfs_quota_write_s64()