• Home
  • Raw
  • Download

Lines Matching refs:cgroup

9361 static inline struct task_group *cgroup_tg(struct cgroup *cgrp)  in cgroup_tg()
9368 cpu_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpu_cgroup_create()
9386 cpu_cgroup_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpu_cgroup_destroy()
9394 cpu_cgroup_can_attach(struct cgroup_subsys *ss, struct cgroup *cgrp, in cpu_cgroup_can_attach()
9419 cpu_cgroup_attach(struct cgroup_subsys *ss, struct cgroup *cgrp, in cpu_cgroup_attach()
9420 struct cgroup *old_cont, struct task_struct *tsk) in cpu_cgroup_attach()
9426 static int cpu_shares_write_u64(struct cgroup *cgrp, struct cftype *cftype, in cpu_shares_write_u64()
9432 static u64 cpu_shares_read_u64(struct cgroup *cgrp, struct cftype *cft) in cpu_shares_read_u64()
9441 static int cpu_rt_runtime_write(struct cgroup *cgrp, struct cftype *cft, in cpu_rt_runtime_write()
9447 static s64 cpu_rt_runtime_read(struct cgroup *cgrp, struct cftype *cft) in cpu_rt_runtime_read()
9452 static int cpu_rt_period_write_uint(struct cgroup *cgrp, struct cftype *cftype, in cpu_rt_period_write_uint()
9458 static u64 cpu_rt_period_read_uint(struct cgroup *cgrp, struct cftype *cft) in cpu_rt_period_read_uint()
9486 static int cpu_cgroup_populate(struct cgroup_subsys *ss, struct cgroup *cont) in cpu_cgroup_populate()
9524 static inline struct cpuacct *cgroup_ca(struct cgroup *cgrp) in cgroup_ca()
9539 struct cgroup_subsys *ss, struct cgroup *cgrp) in cpuacct_create()
9560 cpuacct_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpuacct_destroy()
9604 static u64 cpuusage_read(struct cgroup *cgrp, struct cftype *cft) in cpuusage_read()
9616 static int cpuusage_write(struct cgroup *cgrp, struct cftype *cftype, in cpuusage_write()
9635 static int cpuacct_percpu_seq_read(struct cgroup *cgroup, struct cftype *cft, in cpuacct_percpu_seq_read() argument
9638 struct cpuacct *ca = cgroup_ca(cgroup); in cpuacct_percpu_seq_read()
9663 static int cpuacct_populate(struct cgroup_subsys *ss, struct cgroup *cgrp) in cpuacct_populate()