Searched defs:kmem_cache (Results 1 – 5 of 5) sorted by relevance
19 struct kmem_cache { struct34 void kmem_cache_set_callback(struct kmem_cache *cachep, void (*callback)(void *)) in kmem_cache_set_callback() argument
258 struct kmem_cache { struct260 struct kmem_cache_cpu __percpu *cpu_slab; argument275 struct kmem_cache_order_objects oo; argument278 struct kmem_cache_order_objects min; argument279 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 …]
43 struct kmem_cache *kmem_cache; variable
90 struct kmem_cache *kmem_cache; member
653 struct kmem_cache { struct656 struct kmem_cache_args *args; argument659 static inline struct kmem_cache *__kmem_cache_create(const char *name, in __kmem_cache_create() argument