Lines Matching defs:kmem_cache
258 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 */
285 const char *name; /* Name (only for display!) */
286 struct list_head list; /* List of slab caches */
288 struct kobject kobj; /* For sysfs */
314 struct kmem_cache_node *node[MAX_NUMNODES]; argument
319 void sysfs_slab_unlink(struct kmem_cache *s); argument