Searched refs:cfs_quota_us (Results 1 – 1 of 1) sorted by relevance
7846 int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us) in tg_set_cfs_quota() argument7851 if (cfs_quota_us < 0) in tg_set_cfs_quota()7854 quota = (u64)cfs_quota_us * NSEC_PER_USEC; in tg_set_cfs_quota()7898 s64 cfs_quota_us) in cpu_cfs_quota_write_s64() argument7900 return tg_set_cfs_quota(cgroup_tg(cgrp), cfs_quota_us); in cpu_cfs_quota_write_s64()