Searched refs:bg_thresh (Results 1 – 2 of 2) sorted by relevance
139 unsigned long bg_thresh; /* dirty background threshold */ member365 unsigned long bg_thresh; in domain_dirty_limits() local392 bg_thresh = DIV_ROUND_UP(bg_bytes, PAGE_SIZE); in domain_dirty_limits()394 bg_thresh = (bg_ratio * available_memory) / 100; in domain_dirty_limits()396 if (bg_thresh >= thresh) in domain_dirty_limits()397 bg_thresh = thresh / 2; in domain_dirty_limits()400 bg_thresh += bg_thresh / 4; in domain_dirty_limits()404 dtc->bg_thresh = bg_thresh; in domain_dirty_limits()408 trace_global_dirty_state(bg_thresh, thresh); in domain_dirty_limits()426 *pbackground = gdtc.bg_thresh; in global_dirty_limits()[all …]
521 unsigned long bg_thresh,532 TP_ARGS(wb, thresh, bg_thresh, dirty, bdi_thresh, bdi_dirty,555 unsigned long freerun = (thresh + bg_thresh) / 2;