Searched refs:bg_thresh (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/mm/ |
D | page-writeback.c | 508 unsigned long bg_thresh) in dirty_freerun_ceiling() argument 510 return (thresh + bg_thresh) / 2; in dirty_freerun_ceiling() 669 unsigned long bg_thresh, in bdi_position_ratio() argument 675 unsigned long freerun = dirty_freerun_ceiling(thresh, bg_thresh); in bdi_position_ratio() 731 bdi_bg_thresh = div_u64((u64)bdi_thresh * bg_thresh, thresh); in bdi_position_ratio() 952 unsigned long bg_thresh, in bdi_update_dirty_ratelimit() argument 959 unsigned long freerun = dirty_freerun_ceiling(thresh, bg_thresh); in bdi_update_dirty_ratelimit() 977 pos_ratio = bdi_position_ratio(bdi, thresh, bg_thresh, dirty, in bdi_update_dirty_ratelimit() 1077 bdi_dirty_limit(bdi, bg_thresh)) / 2; in bdi_update_dirty_ratelimit() 1116 unsigned long bg_thresh, in __bdi_update_bandwidth() argument [all …]
|
/linux-4.1.27/include/linux/ |
D | writeback.h | 163 unsigned long bg_thresh,
|
/linux-4.1.27/include/trace/events/ |
D | writeback.h | 429 unsigned long bg_thresh, 440 TP_ARGS(bdi, thresh, bg_thresh, dirty, bdi_thresh, bdi_dirty, 462 unsigned long freerun = (thresh + bg_thresh) / 2;
|