Searched defs:kmem_cache (Results 1 – 5 of 5) sorted by relevance
19 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...]
46 struct kmem_cache { struct 63 privatekmem_cache global() argument [all...]
240 struct kmem_cache { struct250 struct kmem_cache_order_objects oo; argument253 struct kmem_cache_order_objects min; argument254 gfp_t allocflags; /* gfp flags to use on each alloc */255 int refcount; /* Refcount for slab cache destroy */256 void (*ctor)(void *object); /* Object constructor */257 unsigned int inuse; /* Offset to metadata */258 unsigned int align; /* Alignment */259 unsigned int red_left_pad; /* Left redzone padding size */260 const char *name; /* Name (only for display!) */[all …]
43 struct kmem_cache *kmem_cache; variable
198 struct kmem_cache { struct203 struct kmem_cache *s; argument