Home
last modified time | relevance | path

Searched refs:NR_KMALLOC_TYPES (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dslab.h426 NR_KMALLOC_TYPES enumerator
430 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
/linux/mm/
H A Dslab_common.c657 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
918 for (type = KMALLOC_NORMAL; type < NR_KMALLOC_TYPES; type++) { in create_kmalloc_caches()
H A Dslab.h383 const char *name[NR_KMALLOC_TYPES];
H A Dslub.c4961 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_cpus()