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 cgroup_addrm_files(struct cgroup_subsys_state * css,struct cgroup * cgrp,struct cftype cfts[],bool is_add) cgroup_addrm_files() argument
4490 cgroup_apply_cftypes(struct cftype * cfts,bool is_add) cgroup_apply_cftypes() argument
4516 cgroup_exit_cftypes(struct cftype * cfts) cgroup_exit_cftypes() argument
4533 cgroup_init_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_init_cftypes() argument
4576 cgroup_rm_cftypes_locked(struct cftype * cfts) cgroup_rm_cftypes_locked() argument
4596 cgroup_rm_cftypes(struct cftype * cfts) cgroup_rm_cftypes() argument
4624 cgroup_add_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_add_cftypes() argument
4657 cgroup_add_dfl_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_add_dfl_cftypes() argument
4674 cgroup_add_legacy_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_add_legacy_cftypes() argument
[all...]
/linux/include/linux/
H A Dcgroup-defs.h835 struct list_head cfts; member