Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dpage-writeback.c634 unsigned long bdi_thresh, in bdi_position_ratio() argument
705 if (unlikely(bdi_thresh > thresh)) in bdi_position_ratio()
706 bdi_thresh = thresh; in bdi_position_ratio()
714 bdi_thresh = max(bdi_thresh, (limit - dirty) / 8); in bdi_position_ratio()
719 x = div_u64((u64)bdi_thresh << 16, thresh + 1); in bdi_position_ratio()
729 span = (thresh - bdi_thresh + 8 * write_bw) * (u64)x >> 16; in bdi_position_ratio()
743 x_intercept = bdi_thresh / 2; in bdi_position_ratio()
860 unsigned long bdi_thresh, in bdi_update_dirty_ratelimit() argument
884 bdi_thresh, bdi_dirty); in bdi_update_dirty_ratelimit()
1003 unsigned long bdi_thresh, in __bdi_update_bandwidth() argument
[all …]
Dbacking-dev.c76 unsigned long bdi_thresh; in bdi_debug_stats_show() local
91 bdi_thresh = bdi_dirty_limit(bdi, dirty_thresh); in bdi_debug_stats_show()
110 K(bdi_thresh), in bdi_debug_stats_show()
/linux-3.4.99/include/trace/events/
Dwriteback.h300 unsigned long bdi_thresh,
309 TP_ARGS(bdi, thresh, bg_thresh, dirty, bdi_thresh, bdi_dirty,
338 bdi_thresh / (thresh + 1);
/linux-3.4.99/include/linux/
Dwriteback.h164 unsigned long bdi_thresh,