Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-bufio.c1070 static unsigned long dm_bufio_allocated_vmalloc; variable
1113 &dm_bufio_allocated_vmalloc, in adjust_total_allocated()
2923 dm_bufio_allocated_vmalloc = 0; in dm_bufio_init()
2983 if (dm_bufio_allocated_vmalloc) { in dm_bufio_exit()
2985 __func__, dm_bufio_allocated_vmalloc); in dm_bufio_exit()
3016 module_param_named(allocated_vmalloc_bytes, dm_bufio_allocated_vmalloc, ulong, 0444);