Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup.c1771 struct cftype *cfts; in css_clear_dir() local
1804 struct cftype *cfts, *failed_cfts; in css_populate_dir() local
4453 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()
4490 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()
4516 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()
4533 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()
4576 static void cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()
4596 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()
4624 int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()
4657 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()
[all …]
/linux/include/linux/
H A Dcgroup-defs.h835 struct list_head cfts; member