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

/linux-master/include/linux/
H A Dslab.h403 KMALLOC_RECLAIM = KMALLOC_NORMAL, enumerator in enum:kmalloc_cache_type
405 KMALLOC_RECLAIM,
454 return KMALLOC_RECLAIM;
/linux-master/mm/
H A Dslab_common.c735 #define KMALLOC_RCL_NAME(sz) .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #sz,
868 if ((KMALLOC_RECLAIM != KMALLOC_NORMAL) && (type == KMALLOC_RECLAIM)) {

Completed in 289 milliseconds