|
@@ -82,7 +82,7 @@ struct kmem_cache {
|
|
int size; /* The size of an object including meta data */
|
|
int size; /* The size of an object including meta data */
|
|
int objsize; /* The size of an object without meta data */
|
|
int objsize; /* The size of an object without meta data */
|
|
int offset; /* Free pointer offset. */
|
|
int offset; /* Free pointer offset. */
|
|
- int cpu_partial; /* Number of per cpu partial pages to keep around */
|
|
|
|
|
|
+ int cpu_partial; /* Number of per cpu partial objects to keep around */
|
|
struct kmem_cache_order_objects oo;
|
|
struct kmem_cache_order_objects oo;
|
|
|
|
|
|
/* Allocation and freeing of slabs */
|
|
/* Allocation and freeing of slabs */
|