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

/linux-master/include/linux/
H A Dvmalloc.h318 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) macro
320 #define VMALLOC_TOTAL 0UL macro
/linux-master/fs/proc/
H A Dmeminfo.c130 (unsigned long)VMALLOC_TOTAL >> 10);
/linux-master/drivers/md/
H A Ddm-bufio.c2915 if (mem > mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100))
2916 mem = mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100);
/linux-master/mm/
H A Dpercpu.c3106 if (max_distance > VMALLOC_TOTAL * 3 / 4) {
3108 max_distance, VMALLOC_TOTAL);

Completed in 172 milliseconds