Lines Matching defs:kmem_cache
82 struct kmem_cache { struct
83 struct kmem_cache_cpu __percpu *cpu_slab; argument
94 struct kmem_cache_order_objects oo; argument
97 struct kmem_cache_order_objects max; argument
98 struct kmem_cache_order_objects min; argument
99 gfp_t allocflags; /* gfp flags to use on each alloc */
100 int refcount; /* Refcount for slab cache destroy */
101 void (*ctor)(void *);
102 unsigned int inuse; /* Offset to metadata */
103 unsigned int align; /* Alignment */
104 unsigned int red_left_pad; /* Left redzone padding size */
105 const char *name; /* Name (only for display!) */
106 struct list_head list; /* List of slab caches */
108 struct kobject kobj; /* For sysfs */
109 struct work_struct kobj_remove_work;
112 struct memcg_cache_params memcg_params;
114 unsigned int max_attr_size;
116 struct kset *memcg_kset;
142 struct kmem_cache_node *node[MAX_NUMNODES]; argument
158 void sysfs_slab_unlink(struct kmem_cache *); argument