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.h650 NR_KMALLOC_TYPES enumerator
655 extern kmem_buckets kmalloc_caches[NR_KMALLOC_TYPES];
/linux/mm/
H A Dslab.h341 const char *name[NR_KMALLOC_TYPES];
H A Dslab_common.c741 kmem_buckets kmalloc_caches[NR_KMALLOC_TYPES] __ro_after_init =
1002 for (type = KMALLOC_NORMAL; type < NR_KMALLOC_TYPES; type++) { in __ksize()
H A Dslub.c7449 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_stats()