Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-bufio.c33 #define DM_BUFIO_VMALLOC_PERCENT 25 macro
1826 if (mem > (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100) in dm_bufio_init()
1827 mem = (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100; in dm_bufio_init()