Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcgroup-defs.h706 struct cgroup_subsys { struct
730 void (*bind)(struct cgroup_subsys_state *root_css); argument
732 bool early_init:1;
745 bool implicit_on_dfl:1;
757 bool threaded:1;
760 int id;
761 const char *name;
764 const char *legacy_name;
770 struct idr css_idr;
776 struct list_head cfts;
[all …]
/linux-6.15/kernel/cgroup/
H A Dcgroup.c131 struct cgroup_subsys *cgroup_subsys[] = { variable