Home
last modified time | relevance | path

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

/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/include/linux/
H A Dslab.h46 struct kmem_cache { struct
63 struct kmem_cache_args { argument
/linux/mm/
H A Dslab.h198 struct kmem_cache { struct
208 struct kmem_cache_order_objects oo; argument
211 struct kmem_cache_order_objects min; argument
212 gfp_t allocflags; /* gfp flags to use on each alloc */
213 int refcount; /* Refcount for slab cache destroy */
214 void (*ctor)(void *object); /* Object constructor */
215 unsigned int inuse; /* Offset to metadata */
216 unsigned int align; /* Alignment */
217 unsigned int red_left_pad; /* Left redzone padding size */
218 const char *name; /* Name (only for display!) */
[all …]
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h198 struct kmem_cache { struct
203 struct kmem_cache *s; argument