Lines Matching refs:cont
19 struct cgroup *cont) in debug_create() argument
29 static void debug_destroy(struct cgroup_subsys *ss, struct cgroup *cont) in debug_destroy() argument
31 kfree(cont->subsys[debug_subsys_id]); in debug_destroy()
34 static u64 cgroup_refcount_read(struct cgroup *cont, struct cftype *cft) in cgroup_refcount_read() argument
36 return atomic_read(&cont->count); in cgroup_refcount_read()
39 static u64 taskcount_read(struct cgroup *cont, struct cftype *cft) in taskcount_read() argument
44 count = cgroup_task_count(cont); in taskcount_read()
49 static u64 current_css_set_read(struct cgroup *cont, struct cftype *cft) in current_css_set_read() argument
54 static u64 current_css_set_refcount_read(struct cgroup *cont, in current_css_set_refcount_read() argument
96 static int debug_populate(struct cgroup_subsys *ss, struct cgroup *cont) in debug_populate() argument
98 return cgroup_add_files(cont, ss, files, ARRAY_SIZE(files)); in debug_populate()