Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dslab.h611 KMALLOC_RECLAIM = KMALLOC_NORMAL, enumerator
613 KMALLOC_RECLAIM,
663 return KMALLOC_RECLAIM; in kmalloc_type()
/linux-6.15/mm/
H A Dslab_common.c773 #define KMALLOC_RCL_NAME(sz) .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #sz,
906 if ((KMALLOC_RECLAIM != KMALLOC_NORMAL) && (type == KMALLOC_RECLAIM)) { in new_kmalloc_cache()