Home
last modified time | relevance | path

Searched defs:cfts (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/kernel/
Dcgroup.c1209 struct cftype *cfts; in cgroup_clear_dir() local
3105 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 …]
/linux-4.1.27/include/linux/
Dcgroup-defs.h450 struct list_head cfts; member