Home
last modified time | relevance | path

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

/drivers/md/
Ddm-bufio.c228 static unsigned long dm_bufio_current_allocated; variable
267 dm_bufio_current_allocated += diff; in adjust_total_allocated()
269 if (dm_bufio_current_allocated > dm_bufio_peak_allocated) in adjust_total_allocated()
270 dm_bufio_peak_allocated = dm_bufio_current_allocated; in adjust_total_allocated()
1725 if (dm_bufio_current_allocated) { in dm_bufio_exit()
1727 __func__, dm_bufio_current_allocated); in dm_bufio_exit()
1768 module_param_named(current_allocated_bytes, dm_bufio_current_allocated, ulong, S_IRUGO);