kmem_cache
Regular
4.4
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
long unsigned int flags;
long unsigned int min_partial;
int size;
int object_size;
int offset;
int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
int inuse;
int align;
int reserved;
const char *name;
struct list_head list;
struct kobject kobj;
struct memcg_cache_params memcg_params;
int max_attr_size;
struct kset *memcg_kset;
int remote_node_defrag_ratio;
struct kmem_cache_node * node[64];
};
4.8
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
long unsigned int flags;
long unsigned int min_partial;
int size;
int object_size;
int offset;
int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
int inuse;
int align;
int reserved;
const char *name;
struct list_head list;
int red_left_pad;
struct kobject kobj;
struct memcg_cache_params memcg_params;
int max_attr_size;
struct kset *memcg_kset;
int remote_node_defrag_ratio;
unsigned int *random_seq;
struct kmem_cache_node * node[64];
};
4.10
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
long unsigned int flags;
long unsigned int min_partial;
int size;
int object_size;
int offset;
int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
int inuse;
int align;
int reserved;
const char *name;
struct list_head list;
int red_left_pad;
struct kobject kobj;
struct memcg_cache_params memcg_params;
int max_attr_size;
struct kset *memcg_kset;
int remote_node_defrag_ratio;
unsigned int *random_seq;
struct kmem_cache_node * node[1024];
};
4.13
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
long unsigned int flags;
long unsigned int min_partial;
int size;
int object_size;
int offset;
int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
int inuse;
int align;
int reserved;
int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
int max_attr_size;
struct kset *memcg_kset;
int remote_node_defrag_ratio;
unsigned int *random_seq;
struct kmem_cache_node * node[1024];
};
4.15
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
int size;
int object_size;
int offset;
int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
int inuse;
int align;
int reserved;
int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
int remote_node_defrag_ratio;
unsigned int *random_seq;
struct kmem_cache_node * node[1024];
};
4.18
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.0
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.3
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.4
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.8
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.11
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
struct reciprocal_value reciprocal_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.13
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
struct reciprocal_value reciprocal_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.15
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
struct reciprocal_value reciprocal_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
5.19
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
struct reciprocal_value reciprocal_size;
unsigned int offset;
unsigned int cpu_partial;
unsigned int cpu_partial_slabs;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
6.2
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
struct reciprocal_value reciprocal_size;
unsigned int offset;
unsigned int cpu_partial;
unsigned int cpu_partial_slabs;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
6.5
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
struct reciprocal_value reciprocal_size;
unsigned int offset;
unsigned int cpu_partial;
unsigned int cpu_partial_slabs;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
6.8
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
struct reciprocal_value reciprocal_size;
unsigned int offset;
unsigned int cpu_partial;
unsigned int cpu_partial_slabs;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
arm64
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[64];
};
armhf
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1];
};
ppc64el
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[256];
};
riscv64
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1];
};
aws
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
azure
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
gcp
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
lowlatency
: ✅struct kmem_cache {
struct kmem_cache_cpu *cpu_slab;
slab_flags_t flags;
long unsigned int min_partial;
unsigned int size;
unsigned int object_size;
unsigned int offset;
unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
struct kmem_cache_order_objects max;
struct kmem_cache_order_objects min;
gfp_t allocflags;
int refcount;
void (*ctor)(void *);
unsigned int inuse;
unsigned int align;
unsigned int red_left_pad;
const char *name;
struct list_head list;
struct kobject kobj;
struct work_struct kobj_remove_work;
struct memcg_cache_params memcg_params;
unsigned int max_attr_size;
struct kset *memcg_kset;
long unsigned int random;
unsigned int remote_node_defrag_ratio;
unsigned int *random_seq;
unsigned int useroffset;
unsigned int usersize;
struct kmem_cache_node * node[1024];
};
Regular
4.4
and 4.8
⚠️int red_left_pad
unsigned int *random_seq
4.8
and 4.10
⚠️struct kmem_cache_node * node[64]
➡️ struct kmem_cache_node * node[1024]
4.10
and 4.13
⚠️struct work_struct kobj_remove_work
4.13
and 4.15
⚠️long unsigned int random
long unsigned int flags
➡️ slab_flags_t flags
4.15
and 4.18
⚠️unsigned int useroffset
unsigned int usersize
int reserved
int size
➡️ unsigned int size
int object_size
➡️ unsigned int object_size
int offset
➡️ unsigned int offset
int cpu_partial
➡️ unsigned int cpu_partial
int inuse
➡️ unsigned int inuse
int align
➡️ unsigned int align
int red_left_pad
➡️ unsigned int red_left_pad
int max_attr_size
➡️ unsigned int max_attr_size
int remote_node_defrag_ratio
➡️ unsigned int remote_node_defrag_ratio
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️struct reciprocal_value reciprocal_size
struct work_struct kobj_remove_work
struct memcg_cache_params memcg_params
unsigned int max_attr_size
struct kset *memcg_kset
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️unsigned int cpu_partial_slabs
struct kmem_cache_order_objects max
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
⚠️struct kmem_cache_node * node[1024]
➡️ struct kmem_cache_node * node[64]
amd64
and armhf
⚠️unsigned int remote_node_defrag_ratio
struct kmem_cache_node * node[1024]
➡️ struct kmem_cache_node * node[1]
amd64
and ppc64el
⚠️struct kmem_cache_node * node[1024]
➡️ struct kmem_cache_node * node[256]
amd64
and riscv64
⚠️unsigned int remote_node_defrag_ratio
struct kmem_cache_node * node[1024]
➡️ struct kmem_cache_node * node[1]
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅