Home
last modified time | relevance | path

Searched refs:VMALLOC_TOTAL (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dvmalloc.h191 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) macro
195 #define VMALLOC_TOTAL 0UL macro
/linux-4.1.27/fs/proc/
Dmeminfo.c193 (unsigned long)VMALLOC_TOTAL >> 10, in meminfo_proc_show()
/linux-4.1.27/mm/
Dpercpu.c2023 if (max_distance > VMALLOC_TOTAL * 3 / 4) { in pcpu_embed_first_chunk()
2026 VMALLOC_TOTAL); in pcpu_embed_first_chunk()
Dvmalloc.c2705 vmi->largest_chunk = VMALLOC_TOTAL; in get_vmalloc_info()