Searched refs:DM_BUFIO_VMALLOC_PERCENT (Results 1 – 1 of 1) sorted by relevance
33 #define DM_BUFIO_VMALLOC_PERCENT 25 macro1826 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()