Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dslab.h372 KMALLOC_RANDOM_END = KMALLOC_RANDOM_START + RANDOM_KMALLOC_CACHES_NR, enumerator
/Linux-v6.6/mm/
Dslab_common.c927 if (type >= KMALLOC_RANDOM_START && type <= KMALLOC_RANDOM_END) in new_kmalloc_cache()