Searched refs:dm_bufio_current_allocated (Results 1 – 1 of 1) sorted by relevance
1059 static unsigned long dm_bufio_current_allocated; variable1112 dm_bufio_current_allocated += diff; in adjust_total_allocated()1114 if (dm_bufio_current_allocated > dm_bufio_peak_allocated) in adjust_total_allocated()1115 dm_bufio_peak_allocated = dm_bufio_current_allocated; in adjust_total_allocated()1118 if (dm_bufio_current_allocated > dm_bufio_cache_size) in adjust_total_allocated()2783 while (dm_bufio_current_allocated > threshold) { in evict_old()2815 dm_bufio_current_allocated = 0; in dm_bufio_init()2858 if (dm_bufio_current_allocated) { in dm_bufio_exit()2860 __func__, dm_bufio_current_allocated); in dm_bufio_exit()2906 module_param_named(current_allocated_bytes, dm_bufio_current_allocated, ulong, 0444);