Searched refs:bg_thresh (Results 1 – 3 of 3) sorted by relevance
357 unsigned long bg_thresh; in domain_dirty_limits() local386 bg_thresh = DIV_ROUND_UP(bg_bytes, PAGE_SIZE); in domain_dirty_limits()388 bg_thresh = (bg_ratio * available_memory) / PAGE_SIZE; in domain_dirty_limits()392 bg_thresh += bg_thresh / 4 + global_wb_domain.dirty_limit / 32; in domain_dirty_limits()402 if (bg_thresh >= thresh) in domain_dirty_limits()403 bg_thresh = thresh / 2; in domain_dirty_limits()405 dtc->bg_thresh = bg_thresh; in domain_dirty_limits()409 trace_global_dirty_state(bg_thresh, thresh); in domain_dirty_limits()427 *pbackground = gdtc.bg_thresh; in global_dirty_limits()814 unsigned long bg_thresh) in dirty_freerun_ceiling() argument[all …]
319 unsigned long bg_thresh; /* dirty background threshold */ member
593 "bg_thresh=%lu thresh=%lu limit=%lu "687 unsigned long freerun = (dtc->thresh + dtc->bg_thresh) / 2;