cgroup_subsysRegular
4.4: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_e_css_changed)(struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
int (*can_fork)(struct task_struct *, void **);
void (*cancel_fork)(struct task_struct *, void *);
void (*fork)(struct task_struct *, void *);
void (*exit)(struct task_struct *);
void (*free)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
int early_init;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
4.8: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*free)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
4.10: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*free)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
4.13: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*free)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
4.15: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*free)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
4.18: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*free)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.0: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*free)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.3: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.4: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.8: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.11: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.13: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.15: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
5.19: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
6.2: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
6.5: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
6.8: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*css_local_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *, struct css_set *);
void (*cancel_fork)(struct task_struct *, struct css_set *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
arm64: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
armhf: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
ppc64el: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
riscv64: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
aws: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
azure: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
gcp: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
lowlatency: ✅struct cgroup_subsys {
struct cgroup_subsys_state * (*css_alloc)(struct cgroup_subsys_state *);
int (*css_online)(struct cgroup_subsys_state *);
void (*css_offline)(struct cgroup_subsys_state *);
void (*css_released)(struct cgroup_subsys_state *);
void (*css_free)(struct cgroup_subsys_state *);
void (*css_reset)(struct cgroup_subsys_state *);
void (*css_rstat_flush)(struct cgroup_subsys_state *, int);
int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
int (*can_attach)(struct cgroup_taskset *);
void (*cancel_attach)(struct cgroup_taskset *);
void (*attach)(struct cgroup_taskset *);
void (*post_attach)();
int (*can_fork)(struct task_struct *);
void (*cancel_fork)(struct task_struct *);
void (*fork)(struct task_struct *);
void (*exit)(struct task_struct *);
void (*release)(struct task_struct *);
void (*bind)(struct cgroup_subsys_state *);
bool early_init;
bool implicit_on_dfl;
bool threaded;
bool broken_hierarchy;
bool warned_broken_hierarchy;
int id;
const char *name;
const char *legacy_name;
struct cgroup_root *root;
struct idr css_idr;
struct list_head cfts;
struct cftype *dfl_cftypes;
struct cftype *legacy_cftypes;
unsigned int depends_on;
};
Regular
4.4 and 4.8 ⚠️void (*post_attach)()
bool implicit_on_dfl
void (*css_e_css_changed)(struct cgroup_subsys_state *)
int (*can_fork)(struct task_struct *, void **) ➡️ int (*can_fork)(struct task_struct *)
void (*cancel_fork)(struct task_struct *, void *) ➡️ void (*cancel_fork)(struct task_struct *)
void (*fork)(struct task_struct *, void *) ➡️ void (*fork)(struct task_struct *)
int early_init ➡️ bool early_init
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ⚠️int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *)
bool threaded
4.15 and 4.18 ⚠️void (*css_rstat_flush)(struct cgroup_subsys_state *, int)
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️void (*release)(struct task_struct *)
void (*free)(struct task_struct *)
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️int (*can_fork)(struct task_struct *) ➡️ int (*can_fork)(struct task_struct *, struct css_set *)
void (*cancel_fork)(struct task_struct *) ➡️ void (*cancel_fork)(struct task_struct *, struct css_set *)
5.8 and 5.11 ⚠️bool broken_hierarchy
bool warned_broken_hierarchy
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️int (*css_local_stat_show)(struct seq_file *, struct cgroup_subsys_state *)
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅