Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dwriteback.h380 unsigned long wb_calc_thresh(struct bdi_writeback *wb, unsigned long thresh);
/OK3568_Linux_fs/kernel/mm/
H A Dpage-writeback.c788 unsigned long wb_calc_thresh(struct bdi_writeback *wb, unsigned long thresh) in wb_calc_thresh() function
1968 thresh = wb_calc_thresh(gdtc->wb, gdtc->bg_thresh); in wb_over_bg_thresh()
1988 thresh = wb_calc_thresh(mdtc->wb, mdtc->bg_thresh); in wb_over_bg_thresh()
H A Dbacking-dev.c70 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()