Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dwriteback.h389 bool wb_over_bg_thresh(struct bdi_writeback *wb);
/Linux-v5.4/fs/
Dfs-writeback.c1873 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
1952 if (wb_over_bg_thresh(wb)) { in wb_check_background_flush()
/Linux-v5.4/mm/
Dpage-writeback.c1928 bool wb_over_bg_thresh(struct bdi_writeback *wb) in wb_over_bg_thresh() function