cfs_quota_us     7455 kernel/sched/core.c static int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us)
cfs_quota_us     7460 kernel/sched/core.c 	if (cfs_quota_us < 0)
cfs_quota_us     7462 kernel/sched/core.c 	else if ((u64)cfs_quota_us <= U64_MAX / NSEC_PER_USEC)
cfs_quota_us     7463 kernel/sched/core.c 		quota = (u64)cfs_quota_us * NSEC_PER_USEC;
cfs_quota_us     7513 kernel/sched/core.c 				   struct cftype *cftype, s64 cfs_quota_us)
cfs_quota_us     7515 kernel/sched/core.c 	return tg_set_cfs_quota(css_tg(css), cfs_quota_us);