Home
last modified time | relevance | path

Searched refs:tot_write_bandwidth (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbacking-dev-defs.h181 atomic_long_t tot_write_bandwidth; member
H A Dbacking-dev.h61 * @bdi->tot_write_bandwidth is guaranteed to be > 0 if there are in bdi_has_dirty_io()
64 return atomic_long_read(&bdi->tot_write_bandwidth); in bdi_has_dirty_io()
/kernel/linux/linux-6.6/include/linux/
H A Dbacking-dev-defs.h179 atomic_long_t tot_write_bandwidth; member
H A Dbacking-dev.h58 * @bdi->tot_write_bandwidth is guaranteed to be > 0 if there are in bdi_has_dirty_io()
61 return atomic_long_read(&bdi->tot_write_bandwidth); in bdi_has_dirty_io()
/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c93 &wb->bdi->tot_write_bandwidth); in wb_io_lists_populated()
104 &wb->bdi->tot_write_bandwidth) < 0); in wb_io_lists_depopulated()
819 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_split_bdi_pages()
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c93 &wb->bdi->tot_write_bandwidth); in wb_io_lists_populated()
104 &wb->bdi->tot_write_bandwidth) < 0); in wb_io_lists_depopulated()
930 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_split_bdi_pages()
/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c188 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_min_max_ratio()
1138 &wb->bdi->tot_write_bandwidth) <= 0); in wb_update_write_bandwidth()
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c188 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth); in wb_min_max_ratio()
1224 &wb->bdi->tot_write_bandwidth) <= 0); in wb_update_write_bandwidth()

Completed in 16 milliseconds