Lines Matching defs:kmem_cache
90 struct kmem_cache { struct
91 struct kmem_cache_cpu __percpu *cpu_slab; argument
103 struct kmem_cache_order_objects oo; argument
106 struct kmem_cache_order_objects max; argument
107 struct kmem_cache_order_objects min; argument
108 gfp_t allocflags; /* gfp flags to use on each alloc */
109 int refcount; /* Refcount for slab cache destroy */
110 void (*ctor)(void *);
111 unsigned int inuse; /* Offset to metadata */
112 unsigned int align; /* Alignment */
113 unsigned int red_left_pad; /* Left redzone padding size */
114 const char *name; /* Name (only for display!) */
115 struct list_head list; /* List of slab caches */
117 struct kobject kobj; /* For sysfs */
141 struct kmem_cache_node *node[MAX_NUMNODES]; argument
157 void sysfs_slab_unlink(struct kmem_cache *); argument