Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dslab.h307 KMALLOC_RECLAIM, enumerator
332 return flags & __GFP_DMA ? KMALLOC_DMA : KMALLOC_RECLAIM; in kmalloc_type()
334 return flags & __GFP_RECLAIMABLE ? KMALLOC_RECLAIM : KMALLOC_NORMAL; in kmalloc_type()
/Linux-v5.10/mm/
Dslab_common.c655 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
663 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
753 if (type == KMALLOC_RECLAIM) in new_kmalloc_cache()
772 for (type = KMALLOC_NORMAL; type <= KMALLOC_RECLAIM; type++) { in create_kmalloc_caches()