Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h720 KMALLOC_PARTITION_END = KMALLOC_PARTITION_START + KMALLOC_PARTITION_CACHES_NR, enumerator
/linux/mm/
H A Dslab_common.c982 if (type >= KMALLOC_PARTITION_START && type <= KMALLOC_PARTITION_END) in new_kmalloc_cache()