Home
last modified time | relevance | path

Searched refs:cfts (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/
Dcgroup.c195 static int cgroup_addrm_files(struct cgroup *cgrp, struct cftype cfts[],
1209 struct cftype *cfts; in cgroup_clear_dir() local
1213 list_for_each_entry(cfts, &ss->cfts, node) in cgroup_clear_dir()
1214 cgroup_addrm_files(cgrp, cfts, false); in cgroup_clear_dir()
3105 static int cgroup_addrm_files(struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files() argument
3113 for (cft = cfts; cft->name[0] != '\0'; cft++) { in cgroup_addrm_files()
3138 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
3141 struct cgroup_subsys *ss = cfts[0].ss; in cgroup_apply_cftypes()
3155 ret = cgroup_addrm_files(cgrp, cfts, is_add); in cgroup_apply_cftypes()
3165 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes() argument
[all …]
/linux-4.1.27/include/linux/
Dcgroup.h241 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);
242 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);
243 int cgroup_rm_cftypes(struct cftype *cfts);
Dcgroup-defs.h450 struct list_head cfts; member