Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup.c1645 struct cftype *cfts; in css_clear_dir() local
1674 struct cftype *cfts, *failed_cfts; in css_populate_dir() local
3983 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()
4020 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()
4046 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()
4062 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()
4096 static int cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()
4120 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()
4144 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()
4177 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/
Dcgroup-defs.h707 struct list_head cfts; member