Searched refs:VMALLOC_TOTAL (Results 1 – 4 of 4) sorted by relevance
287 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) macro289 #define VMALLOC_TOTAL 0UL macro
129 (unsigned long)VMALLOC_TOTAL >> 10); in meminfo_proc_show()
2106 if (mem > mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100)) in dm_bufio_init()2107 mem = mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100); in dm_bufio_init()
3110 if (max_distance > VMALLOC_TOTAL * 3 / 4) { in pcpu_embed_first_chunk()3112 max_distance, VMALLOC_TOTAL); in pcpu_embed_first_chunk()
Completed in 13 milliseconds