Searched defs:cfts (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/kernel/cgroup/ |
| D | cgroup.c | 1646 struct cftype *cfts; in css_clear_dir() local 1675 struct cftype *cfts, *failed_cfts; in css_populate_dir() local 3998 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files() 4035 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() 4061 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes() 4077 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes() 4111 static int cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked() 4135 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes() 4159 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes() 4192 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes() [all …]
|
| /kernel/linux/linux-6.6/kernel/cgroup/ |
| D | cgroup.c | 1681 struct cftype *cfts; in css_clear_dir() local 1714 struct cftype *cfts, *failed_cfts; in css_populate_dir() local 4223 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files() 4260 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() 4286 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes() 4303 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes() 4346 static void cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked() 4366 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes() 4394 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes() 4427 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | cgroup-defs.h | 707 struct list_head cfts; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | cgroup-defs.h | 737 struct list_head cfts; member
|