Searched defs:cfts (Results 1 – 2 of 2) sorted by relevance
1209 struct cftype *cfts; in cgroup_clear_dir() local3105 static int cgroup_addrm_files(struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()3138 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()3165 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()3181 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()3215 static int cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()3239 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()3263 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()3296 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()3313 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_legacy_cftypes()[all …]
450 struct list_head cfts; member