Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup.c1722 struct cftype *cfts; in css_clear_dir() local
1755 struct cftype *cfts, *failed_cfts; in css_populate_dir() local
4329 cgroup_addrm_files(struct cgroup_subsys_state * css,struct cgroup * cgrp,struct cftype cfts[],bool is_add) cgroup_addrm_files() argument
4366 cgroup_apply_cftypes(struct cftype * cfts,bool is_add) cgroup_apply_cftypes() argument
4392 cgroup_exit_cftypes(struct cftype * cfts) cgroup_exit_cftypes() argument
4409 cgroup_init_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_init_cftypes() argument
4452 cgroup_rm_cftypes_locked(struct cftype * cfts) cgroup_rm_cftypes_locked() argument
4472 cgroup_rm_cftypes(struct cftype * cfts) cgroup_rm_cftypes() argument
4500 cgroup_add_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_add_cftypes() argument
4533 cgroup_add_dfl_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_add_dfl_cftypes() argument
4550 cgroup_add_legacy_cftypes(struct cgroup_subsys * ss,struct cftype * cfts) cgroup_add_legacy_cftypes() argument
[all...]
/linux/include/linux/
H A Dcgroup-defs.h802 struct list_head cfts; member