Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h289 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) macro
305 #define VMALLOC_TOTAL 0UL macro
/linux/drivers/md/
H A Ddm-bufio.c2852 if (mem > mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100)) in dm_bufio_init()
2853 mem = mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100); in dm_bufio_init()