Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dslab.h311 KMALLOC_RECLAIM, enumerator
336 return flags & __GFP_DMA ? KMALLOC_DMA : KMALLOC_RECLAIM; in kmalloc_type()
338 return flags & __GFP_RECLAIMABLE ? KMALLOC_RECLAIM : KMALLOC_NORMAL; in kmalloc_type()
/Linux-v5.4/mm/
Dslab_common.c1231 if (type == KMALLOC_RECLAIM) { in new_kmalloc_cache()
1254 for (type = KMALLOC_NORMAL; type <= KMALLOC_RECLAIM; type++) { in create_kmalloc_caches()