Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dslab.h319 KMALLOC_RECLAIM, enumerator
344 return flags & __GFP_DMA ? KMALLOC_DMA : KMALLOC_RECLAIM; in kmalloc_type()
346 return flags & __GFP_RECLAIMABLE ? KMALLOC_RECLAIM : KMALLOC_NORMAL; in kmalloc_type()
/OK3568_Linux_fs/kernel/mm/
H A Dslab_common.c676 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
684 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
774 if (type == KMALLOC_RECLAIM) in new_kmalloc_cache()
793 for (type = KMALLOC_NORMAL; type <= KMALLOC_RECLAIM; type++) { in create_kmalloc_caches()