Home
last modified time | relevance | path

Searched refs:wb_over_bg_thresh (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dfs-writeback.c2259 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
2346 if (wb_over_bg_thresh(wb)) { in wb_check_background_flush()
/linux/mm/
H A Dpage-writeback.c2144 bool wb_over_bg_thresh(struct bdi_writeback *wb) in wb_over_bg_thresh() function