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