Home
last modified time | relevance | path

Searched refs:KMALLOC_RANDOM_END (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dslab.h638 KMALLOC_RANDOM_END = KMALLOC_RANDOM_START + RANDOM_KMALLOC_CACHES_NR, enumerator
/linux/mm/
H A Dslab_common.c965 if (type >= KMALLOC_RANDOM_START && type <= KMALLOC_RANDOM_END) in create_kmalloc_caches()
H A Dslub.c8354 for (type = KMALLOC_NORMAL; type <= KMALLOC_RANDOM_END; type++) { in bootstrap_kmalloc_sheaves()