diff options
Diffstat (limited to 'include/linux/slub_def.h')
-rw-r--r-- | include/linux/slub_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 4131e5fbd18b..4236b5dee812 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h | |||
@@ -48,6 +48,7 @@ struct kmem_cache_node { | |||
48 | struct list_head partial; | 48 | struct list_head partial; |
49 | #ifdef CONFIG_SLUB_DEBUG | 49 | #ifdef CONFIG_SLUB_DEBUG |
50 | atomic_long_t nr_slabs; | 50 | atomic_long_t nr_slabs; |
51 | atomic_long_t total_objects; | ||
51 | struct list_head full; | 52 | struct list_head full; |
52 | #endif | 53 | #endif |
53 | }; | 54 | }; |
@@ -79,6 +80,7 @@ struct kmem_cache { | |||
79 | struct kmem_cache_node local_node; | 80 | struct kmem_cache_node local_node; |
80 | 81 | ||
81 | /* Allocation and freeing of slabs */ | 82 | /* Allocation and freeing of slabs */ |
83 | struct kmem_cache_order_objects max; | ||
82 | gfp_t allocflags; /* gfp flags to use on each alloc */ | 84 | gfp_t allocflags; /* gfp flags to use on each alloc */ |
83 | int refcount; /* Refcount for slab cache destroy */ | 85 | int refcount; /* Refcount for slab cache destroy */ |
84 | void (*ctor)(struct kmem_cache *, void *); | 86 | void (*ctor)(struct kmem_cache *, void *); |