Home
last modified time | relevance | path

Searched defs:kmem_cache (Results 1 – 5 of 5) 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.h258 struct kmem_cache { struct
260 struct kmem_cache_cpu __percpu *cpu_slab; argument
275 struct kmem_cache_order_objects oo; argument
278 struct kmem_cache_order_objects min; argument
279 gfp_t allocflags; /* gfp flags to use on each alloc */
280 int refcount; /* Refcount for slab cache destroy */
281 void (*ctor)(void *object); /* Object constructor */
282 unsigned int inuse; /* Offset to metadata */
283 unsigned int align; /* Alignment */
284 unsigned int red_left_pad; /* Left redzone padding size */
[all …]
H A Dslab_common.c43 struct kmem_cache *kmem_cache; variable
/linux/include/linux/
H A Dkvm_types.h90 struct kmem_cache *kmem_cache; member
/linux/tools/testing/vma/
H A Dvma_internal.h653 struct kmem_cache { struct
656 struct kmem_cache_args *args; argument
659 static inline struct kmem_cache *__kmem_cache_create(const char *name, in __kmem_cache_create() argument