Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dslab.h384 NR_KMALLOC_TYPES enumerator
388 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
/linux-6.6.21/mm/
Dslab_common.c677 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
964 for (type = KMALLOC_NORMAL; type < NR_KMALLOC_TYPES; type++) { in create_kmalloc_caches()
Dslab.h276 const char *name[NR_KMALLOC_TYPES];
Dslub.c4219 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_cpus()