Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h238 struct kmem_cache { struct
240 struct kmem_cache_cpu __percpu *cpu_slab; argument
258 struct kmem_cache_order_objects oo; argument
261 struct kmem_cache_order_objects min; argument
262 gfp_t allocflags; /* gfp flags to use on each alloc */
263 int refcount; /* Refcount for slab cache destroy */
264 void (*ctor)(void *object); /* Object constructor */
265 unsigned int inuse; /* Offset to metadata */
266 unsigned int align; /* Alignment */
267 unsigned int red_left_pad; /* Left redzone padding size */
[all …]
H A Dslab_common.c43 struct kmem_cache *kmem_cache; variable
[all...]
/linux/tools/testing/shared/
H A Dlinux.c19 void kmem_cache_set_callback(struct kmem_cache *cachep, void (*callback)(void *)) struct
34 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) in kmem_cache_set_callback() argument
[all...]
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h198 struct kmem_cache { struct
203 struct kmem_cache *s; argument
/linux/include/linux/
H A Dkvm_types.h100 struct kmem_cache *kmem_cache; member