Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab.h373 KMALLOC_RANDOM_END = KMALLOC_RANDOM_START + RANDOM_KMALLOC_CACHES_NR, enumerator
/openbmc/linux/mm/
H A Dslab_common.c908 if (type >= KMALLOC_RANDOM_START && type <= KMALLOC_RANDOM_END) in new_kmalloc_cache()