Lines Matching defs:kmem_cache
84 struct kmem_cache { struct
85 struct kmem_cache_cpu __percpu *cpu_slab; argument
97 struct kmem_cache_order_objects oo; argument
100 struct kmem_cache_order_objects max; argument
101 struct kmem_cache_order_objects min; argument
102 gfp_t allocflags; /* gfp flags to use on each alloc */
103 int refcount; /* Refcount for slab cache destroy */
104 void (*ctor)(void *);
105 unsigned int inuse; /* Offset to metadata */
106 unsigned int align; /* Alignment */
107 unsigned int red_left_pad; /* Left redzone padding size */
108 const char *name; /* Name (only for display!) */
109 struct list_head list; /* List of slab caches */
111 struct kobject kobj; /* For sysfs */
135 struct kmem_cache_node *node[MAX_NUMNODES]; argument
151 void sysfs_slab_unlink(struct kmem_cache *); argument