Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/mm/
Dslab_common.c654 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
662 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
752 if (type == KMALLOC_RECLAIM) in new_kmalloc_cache()
771 for (type = KMALLOC_NORMAL; type <= KMALLOC_RECLAIM; type++) { in create_kmalloc_caches()