• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/

Lines Matching refs:cgroup

252 #include <linux/cgroup.h>
622 * holds that lock for each task it moves into the cgroup. Therefore
623 * by holding that lock, we pin the task to the current cgroup.
2575 * The child is not yet in the pid-hash so no cgroup attach races,
2576 * and the cgroup is pinned to this child due to cgroup_fork()
7937 * In case of task-groups formed thr' the cgroup filesystem, it
8513 * We can't change the weight of the root cgroup.
8842 /* return corresponding task_group object of a cgroup */
8843 static inline struct task_group *cgroup_tg(struct cgroup *cgrp)
8850 cpu_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cgrp)
8855 /* This is early initialization for the top cgroup */
8868 cpu_cgroup_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp)
8876 cpu_cgroup_can_attach_task(struct cgroup *cgrp, struct task_struct *tsk)
8890 cpu_cgroup_can_attach(struct cgroup_subsys *ss, struct cgroup *cgrp,
8912 cpu_cgroup_attach(struct cgroup_subsys *ss, struct cgroup *cgrp,
8913 struct cgroup *old_cont, struct task_struct *tsk,
8928 static int cpu_shares_write_u64(struct cgroup *cgrp, struct cftype *cftype,
8934 static u64 cpu_shares_read_u64(struct cgroup *cgrp, struct cftype *cft)
8943 static int cpu_rt_runtime_write(struct cgroup *cgrp, struct cftype *cft,
8949 static s64 cpu_rt_runtime_read(struct cgroup *cgrp, struct cftype *cft)
8954 static int cpu_rt_period_write_uint(struct cgroup *cgrp, struct cftype *cftype,
8960 static u64 cpu_rt_period_read_uint(struct cgroup *cgrp, struct cftype *cft)
8988 static int cpu_cgroup_populate(struct cgroup_subsys *ss, struct cgroup *cont)
9027 static inline struct cpuacct *cgroup_ca(struct cgroup *cgrp)
9042 struct cgroup_subsys *ss, struct cgroup *cgrp)
9075 cpuacct_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp)
9122 static u64 cpuusage_read(struct cgroup *cgrp, struct cftype *cft)
9134 static int cpuusage_write(struct cgroup *cgrp, struct cftype *cftype,
9153 static int cpuacct_percpu_seq_read(struct cgroup *cgroup, struct cftype *cft,
9156 struct cpuacct *ca = cgroup_ca(cgroup);
9173 static int cpuacct_stats_show(struct cgroup *cgrp, struct cftype *cft,
9203 static int cpuacct_populate(struct cgroup_subsys *ss, struct cgroup *cgrp)