Home
last modified time | relevance | path

Searched refs:wb_over_bg_thresh (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dwriteback.h383 bool wb_over_bg_thresh(struct bdi_writeback *wb);
/kernel/linux/linux-6.6/include/linux/
H A Dwriteback.h362 bool wb_over_bg_thresh(struct bdi_writeback *wb);
/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c1889 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
1968 if (wb_over_bg_thresh(wb)) { in wb_check_background_flush()
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c2070 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
2154 if (wb_over_bg_thresh(wb)) { in wb_check_background_flush()
/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c1950 * wb_over_bg_thresh - does @wb need to be written back?
1958 bool wb_over_bg_thresh(struct bdi_writeback *wb) in wb_over_bg_thresh() function
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c2069 * wb_over_bg_thresh - does @wb need to be written back?
2077 bool wb_over_bg_thresh(struct bdi_writeback *wb) in wb_over_bg_thresh() function

Completed in 15 milliseconds