Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h725 KMALLOC_RECLAIM = KMALLOC_NORMAL, enumerator
727 KMALLOC_RECLAIM,
780 return KMALLOC_RECLAIM; in kmalloc_type()
/linux/mm/
H A Dslab_common.c830 #define KMALLOC_RCL_NAME(sz) .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #sz,
970 if ((KMALLOC_RECLAIM != KMALLOC_NORMAL) && (type == KMALLOC_RECLAIM)) { in new_kmalloc_cache()
1003 if (type == KMALLOC_NORMAL && KMALLOC_RECLAIM != KMALLOC_NORMAL) in new_kmalloc_cache()
H A Dslab.h594 (KMALLOC_NORMAL == KMALLOC_RECLAIM)) in need_kmalloc_no_objext()