Home
last modified time | relevance | path

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

/linux/tools/testing/shared/
H A Dlinux.c19 struct kmem_cache { struct
34 void kmem_cache_set_callback(struct kmem_cache *cachep, void (*callback)(void *)) in kmem_cache_set_callback() argument
/linux/mm/
H A Dslab.h234 struct kmem_cache { struct
236 struct kmem_cache_cpu __percpu *cpu_slab; argument
251 struct kmem_cache_order_objects oo; argument
254 struct kmem_cache_order_objects min; argument
255 gfp_t allocflags; /* gfp flags to use on each alloc */
256 int refcount; /* Refcount for slab cache destroy */
257 void (*ctor)(void *object); /* Object constructor */
258 unsigned int inuse; /* Offset to metadata */
259 unsigned int align; /* Alignment */
260 unsigned int red_left_pad; /* Left redzone padding size */
[all …]
H A Dslab_common.c43 struct kmem_cache *kmem_cache; variable
/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.h90 struct kmem_cache *kmem_cache; member
/linux/tools/testing/vma/
H A Dvma_internal.h655 struct kmem_cache { struct
658 struct kmem_cache_args *args; argument
661 static inline struct kmem_cache *__kmem_cache_create(const char *name, in __kmem_cache_create() argument