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

/linux-master/include/linux/
H A Dvmalloc.h288 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) macro
290 #define VMALLOC_TOTAL 0UL macro
/linux-master/fs/proc/
H A Dmeminfo.c131 (unsigned long)VMALLOC_TOTAL >> 10);
/linux-master/mm/
H A Dpercpu.c3130 if (max_distance > VMALLOC_TOTAL * 3 / 4) {
3132 max_distance, VMALLOC_TOTAL);
/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);

Completed in 143 milliseconds