Searched refs:bdi_thresh (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/mm/ |
D | page-writeback.c | 671 unsigned long bdi_thresh, in bdi_position_ratio() argument 728 if (bdi_dirty >= bdi_thresh) in bdi_position_ratio() 731 bdi_bg_thresh = div_u64((u64)bdi_thresh * bg_thresh, thresh); in bdi_position_ratio() 732 bdi_setpoint = dirty_freerun_ceiling(bdi_thresh, in bdi_position_ratio() 735 if (bdi_setpoint == 0 || bdi_setpoint == bdi_thresh) in bdi_position_ratio() 739 bdi_thresh); in bdi_position_ratio() 796 if (unlikely(bdi_thresh > thresh)) in bdi_position_ratio() 797 bdi_thresh = thresh; in bdi_position_ratio() 805 bdi_thresh = max(bdi_thresh, (limit - dirty) / 8); in bdi_position_ratio() 810 x = div_u64((u64)bdi_thresh << 16, thresh | 1); in bdi_position_ratio() [all …]
|
D | backing-dev.c | 51 unsigned long bdi_thresh; in bdi_debug_stats_show() local 69 bdi_thresh = bdi_dirty_limit(bdi, dirty_thresh); in bdi_debug_stats_show() 89 K(bdi_thresh), in bdi_debug_stats_show()
|
/linux-4.1.27/include/linux/ |
D | writeback.h | 165 unsigned long bdi_thresh,
|
/linux-4.1.27/include/trace/events/ |
D | writeback.h | 431 unsigned long bdi_thresh, 440 TP_ARGS(bdi, thresh, bg_thresh, dirty, bdi_thresh, bdi_dirty, 469 bdi_thresh / (thresh + 1);
|