Home
last modified time | relevance | path

Searched refs:DM_BUFIO_VMALLOC_PERCENT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bufio.c27 * or DM_BUFIO_VMALLOC_PERCENT of vmalloc memory (whichever is lower).
35 #define DM_BUFIO_VMALLOC_PERCENT 25 macro
2055 if (mem > mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100)) in dm_bufio_init()
2056 mem = mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100); in dm_bufio_init()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bufio.c31 * or DM_BUFIO_VMALLOC_PERCENT of vmalloc memory (whichever is lower).
39 #define DM_BUFIO_VMALLOC_PERCENT 25 macro
2879 if (mem > mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100)) in dm_bufio_init()
2880 mem = mult_frac(VMALLOC_TOTAL, DM_BUFIO_VMALLOC_PERCENT, 100); in dm_bufio_init()

Completed in 13 milliseconds