Searched refs:KMALLOC_RECLAIM (Results 1 – 2 of 2) sorted by relevance
307 KMALLOC_RECLAIM, enumerator332 return flags & __GFP_DMA ? KMALLOC_DMA : KMALLOC_RECLAIM; in kmalloc_type()334 return flags & __GFP_RECLAIMABLE ? KMALLOC_RECLAIM : KMALLOC_NORMAL; in kmalloc_type()
654 .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()