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

/linux-master/include/linux/
H A Dslab.h413 NR_KMALLOC_TYPES enumerator in enum:kmalloc_cache_type
417 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
/linux-master/mm/
H A Dslab.h383 const char *name[NR_KMALLOC_TYPES];
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++) {
H A Dslub.c4796 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH *

Completed in 167 milliseconds