Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/md/
A Ddm-bufio.c227 static unsigned long dm_bufio_peak_allocated; variable
358 if (dm_bufio_current_allocated > dm_bufio_peak_allocated) in adjust_total_allocated()
359 dm_bufio_peak_allocated = dm_bufio_current_allocated; in adjust_total_allocated()
2177 module_param_named(peak_allocated_bytes, dm_bufio_peak_allocated, ulong, 0644);

Completed in 6 milliseconds