Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c7846 int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us) in tg_set_cfs_quota() argument
7851 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() argument
7900 return tg_set_cfs_quota(cgroup_tg(cgrp), cfs_quota_us); in cpu_cfs_quota_write_s64()