Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dwriteback.h368 bool wb_over_bg_thresh(struct bdi_writeback *wb);
/linux-4.4.14/fs/
Dfs-writeback.c1690 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
1782 if (wb_over_bg_thresh(wb)) { in wb_check_background_flush()
/linux-4.4.14/mm/
Dpage-writeback.c1882 bool wb_over_bg_thresh(struct bdi_writeback *wb) in wb_over_bg_thresh() function