Lines Matching defs:kmem_cache
253 struct kmem_cache { struct
255 struct kmem_cache_cpu __percpu *cpu_slab; argument
270 struct kmem_cache_order_objects oo; argument
273 struct kmem_cache_order_objects min; argument
274 gfp_t allocflags; /* gfp flags to use on each alloc */
275 int refcount; /* Refcount for slab cache destroy */
276 void (*ctor)(void *object); /* Object constructor */
277 unsigned int inuse; /* Offset to metadata */
278 unsigned int align; /* Alignment */
279 unsigned int red_left_pad; /* Left redzone padding size */
280 const char *name; /* Name (only for display!) */
281 struct list_head list; /* List of slab caches */
283 struct kobject kobj; /* For sysfs */
309 struct kmem_cache_node *node[MAX_NUMNODES]; argument
314 void sysfs_slab_unlink(struct kmem_cache *s); argument