Searched refs:WB_RECLAIMABLE (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page-writeback.c | 1543 wb_reclaimable = wb_stat_sum(wb, WB_RECLAIMABLE); in wb_dirty_limits() 1546 wb_reclaimable = wb_stat(wb, WB_RECLAIMABLE); in wb_dirty_limits() 1970 reclaimable = wb_stat_sum(wb, WB_RECLAIMABLE); in wb_over_bg_thresh() 1972 reclaimable = wb_stat(wb, WB_RECLAIMABLE); in wb_over_bg_thresh() 1990 reclaimable = wb_stat_sum(wb, WB_RECLAIMABLE); in wb_over_bg_thresh() 1992 reclaimable = wb_stat(wb, WB_RECLAIMABLE); in wb_over_bg_thresh() 2453 inc_wb_stat(wb, WB_RECLAIMABLE); in account_page_dirtied() 2474 dec_wb_stat(wb, WB_RECLAIMABLE); in account_page_cleaned() 2730 dec_wb_stat(wb, WB_RECLAIMABLE); in clear_page_dirty_for_io()
|
| H A D | backing-dev.c | 89 (unsigned long) K(wb_stat(wb, WB_RECLAIMABLE)), in bdi_debug_stats_show()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | backing-dev-defs.h | 38 WB_RECLAIMABLE, enumerator
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs-writeback.c | 407 dec_wb_stat(old_wb, WB_RECLAIMABLE); in inode_switch_wbs_work_fn() 408 inc_wb_stat(new_wb, WB_RECLAIMABLE); in inode_switch_wbs_work_fn()
|