Searched defs:cfts (Results 1 – 2 of 2) sorted by relevance
1643 struct cftype *cfts; in css_clear_dir() local1672 struct cftype *cfts, *failed_cfts; in css_populate_dir() local3933 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()3970 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()3996 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()4012 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()4046 static int cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()4070 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()4094 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()4127 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()[all …]
706 struct list_head cfts; member