Lines Matching defs:cgrp

7521 static inline struct task_group *cgroup_tg(struct cgroup *cgrp)  in cgroup_tg()
7528 cpu_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpu_cgroup_create()
7546 cpu_cgroup_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpu_cgroup_destroy()
7553 static int cpu_cgroup_can_attach(struct cgroup_subsys *ss, struct cgroup *cgrp, in cpu_cgroup_can_attach()
7571 static void cpu_cgroup_attach(struct cgroup_subsys *ss, struct cgroup *cgrp, in cpu_cgroup_attach()
7581 cpu_cgroup_exit(struct cgroup_subsys *ss, struct cgroup *cgrp, in cpu_cgroup_exit()
7596 static int cpu_shares_write_u64(struct cgroup *cgrp, struct cftype *cftype, in cpu_shares_write_u64()
7602 static u64 cpu_shares_read_u64(struct cgroup *cgrp, struct cftype *cft) in cpu_shares_read_u64()
7726 static s64 cpu_cfs_quota_read_s64(struct cgroup *cgrp, struct cftype *cft) in cpu_cfs_quota_read_s64()
7731 static int cpu_cfs_quota_write_s64(struct cgroup *cgrp, struct cftype *cftype, in cpu_cfs_quota_write_s64()
7737 static u64 cpu_cfs_period_read_u64(struct cgroup *cgrp, struct cftype *cft) in cpu_cfs_period_read_u64()
7742 static int cpu_cfs_period_write_u64(struct cgroup *cgrp, struct cftype *cftype, in cpu_cfs_period_write_u64()
7826 static int cpu_stats_show(struct cgroup *cgrp, struct cftype *cft, in cpu_stats_show()
7842 static int cpu_rt_runtime_write(struct cgroup *cgrp, struct cftype *cft, in cpu_rt_runtime_write()
7848 static s64 cpu_rt_runtime_read(struct cgroup *cgrp, struct cftype *cft) in cpu_rt_runtime_read()
7853 static int cpu_rt_period_write_uint(struct cgroup *cgrp, struct cftype *cftype, in cpu_rt_period_write_uint()
7859 static u64 cpu_rt_period_read_uint(struct cgroup *cgrp, struct cftype *cft) in cpu_rt_period_read_uint()
7933 struct cgroup_subsys *ss, struct cgroup *cgrp) in cpuacct_create()
7964 cpuacct_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpuacct_destroy()
8009 static u64 cpuusage_read(struct cgroup *cgrp, struct cftype *cft) in cpuusage_read()
8021 static int cpuusage_write(struct cgroup *cgrp, struct cftype *cftype, in cpuusage_write()
8060 static int cpuacct_stats_show(struct cgroup *cgrp, struct cftype *cft, in cpuacct_stats_show()
8105 static int cpuacct_populate(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpuacct_populate()