Home
last modified time | relevance | path

Searched defs:kmem_cache (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dslab_def.h12 struct kmem_cache { struct
13 struct array_cache __percpu *cpu_cache;
16 unsigned int batchcount;
17 unsigned int limit;
18 unsigned int shared;
20 unsigned int size;
21 struct reciprocal_value reciprocal_buffer_size;
24 slab_flags_t flags; /* constant flags */
25 unsigned int num; /* # of objs per slab */
29 unsigned int gfporder;
[all …]
Dslub_def.h98 struct kmem_cache { struct
100 struct kmem_cache_cpu __percpu *cpu_slab; argument
115 struct kmem_cache_order_objects oo; argument
118 struct kmem_cache_order_objects min; argument
119 gfp_t allocflags; /* gfp flags to use on each alloc */
120 int refcount; /* Refcount for slab cache destroy */
121 void (*ctor)(void *);
122 unsigned int inuse; /* Offset to metadata */
123 unsigned int align; /* Alignment */
124 unsigned int red_left_pad; /* Left redzone padding size */
[all …]
Dkvm_types.h96 struct kmem_cache *kmem_cache; member