memcg_cache_paramsRegular
4.4: ✅struct memcg_cache_params {
bool is_root_cache;
struct list_head list;
struct memcg_cache_array *memcg_caches;
struct mem_cgroup *memcg;
struct kmem_cache *root_cache;
};
4.8: ✅struct memcg_cache_params {
bool is_root_cache;
struct list_head list;
struct memcg_cache_array *memcg_caches;
struct mem_cgroup *memcg;
struct kmem_cache *root_cache;
};
4.10: ✅struct memcg_cache_params {
bool is_root_cache;
struct list_head list;
struct memcg_cache_array *memcg_caches;
struct mem_cgroup *memcg;
struct kmem_cache *root_cache;
};
4.13: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
void (*deact_fn)(struct kmem_cache *);
struct callback_head deact_rcu_head;
struct work_struct deact_work;
};
4.15: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
void (*deact_fn)(struct kmem_cache *);
struct callback_head deact_rcu_head;
struct work_struct deact_work;
};
4.18: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
void (*deact_fn)(struct kmem_cache *);
struct callback_head deact_rcu_head;
struct work_struct deact_work;
};
5.0: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
void (*deact_fn)(struct kmem_cache *);
struct callback_head deact_rcu_head;
struct work_struct deact_work;
};
5.3: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
5.4: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
5.8: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
armhf: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
ppc64el: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
riscv64: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
aws: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
azure: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
gcp: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
lowlatency: ✅struct memcg_cache_params {
struct kmem_cache *root_cache;
struct memcg_cache_array *memcg_caches;
struct list_head __root_caches_node;
struct list_head children;
bool dying;
struct mem_cgroup *memcg;
struct list_head children_node;
struct list_head kmem_caches_node;
struct percpu_ref refcnt;
void (*work_fn)(struct kmem_cache *);
struct callback_head callback_head;
struct work_struct work;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️struct list_head __root_caches_node
struct list_head children
struct list_head children_node
struct list_head kmem_caches_node
void (*deact_fn)(struct kmem_cache *)
struct callback_head deact_rcu_head
struct work_struct deact_work
bool is_root_cache
struct list_head list
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️bool dying
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️struct percpu_ref refcnt
void (*work_fn)(struct kmem_cache *)
struct callback_head callback_head
struct work_struct work
void (*deact_fn)(struct kmem_cache *)
struct callback_head deact_rcu_head
struct work_struct deact_work
5.3 and 5.4 ✅
5.4 and 5.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅