NR_KMALLOC_TYPES
extern kmem_buckets kmalloc_caches[NR_KMALLOC_TYPES];
const char *name[NR_KMALLOC_TYPES];
for (type = KMALLOC_NORMAL; type < NR_KMALLOC_TYPES; type++) {
kmem_buckets kmalloc_caches[NR_KMALLOC_TYPES] __ro_after_init =
NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH *
for (type = KMALLOC_NORMAL; type < NR_KMALLOC_TYPES; type++) {