Home
last modified time | relevance | path

Searched refs:KMALLOC_RANDOM_END (Results 1 – 2 of 2) 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 Dslub.c8472 for (type = KMALLOC_NORMAL; type <= KMALLOC_RANDOM_END; type++) { in bootstrap_kmalloc_sheaves()