Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/shared/
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-6.14.4/mm/
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 …]
Dslab_common.c43 struct kmem_cache *kmem_cache; variable
/linux-6.14.4/tools/perf/util/bpf_skel/vmlinux/
Dvmlinux.h198 struct kmem_cache { struct
203 struct kmem_cache *s; argument
/linux-6.14.4/include/linux/
Dkvm_types.h90 struct kmem_cache *kmem_cache; member
/linux-6.14.4/arch/x86/events/intel/
Dlbr.c644 struct kmem_cache *kmem_cache; in release_lbr_buffers() local
663 struct kmem_cache *kmem_cache; in reserve_lbr_buffers() local