Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcgroup-defs.h654 struct cgroup_subsys { struct
675 void (*bind)(struct cgroup_subsys_state *root_css); argument
677 bool early_init:1;
690 bool implicit_on_dfl:1;
702 bool threaded:1;
705 int id;
706 const char *name;
709 const char *legacy_name;
715 struct idr css_idr;
721 struct list_head cfts;
[all …]
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup.c130 struct cgroup_subsys *cgroup_subsys[] = { variable

Completed in 16 milliseconds