Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dvmalloc.h280 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) macro
298 #define VMALLOC_TOTAL 0UL macro
/linux-6.15/fs/proc/
H A Dmeminfo.c130 (unsigned long)VMALLOC_TOTAL >> 10); in meminfo_proc_show()
/linux-6.15/mm/
H A Dpercpu.c3054 if (max_distance > VMALLOC_TOTAL * 3 / 4) { in pcpu_embed_first_chunk()
3056 max_distance, VMALLOC_TOTAL); in pcpu_embed_first_chunk()
/linux-6.15/drivers/md/
H A Ddm-bufio.c2933 if (mem > mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100)) in dm_bufio_init()
2934 mem = mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100); in dm_bufio_init()