Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dslab.h609 KMALLOC_RANDOM_END = KMALLOC_RANDOM_START + RANDOM_KMALLOC_CACHES_NR, enumerator
/linux-6.15/mm/
H A Dslab_common.c919 if (type >= KMALLOC_RANDOM_START && type <= KMALLOC_RANDOM_END) in new_kmalloc_cache()