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

/linux-master/include/linux/
H A Dbacking-dev-defs.h179 atomic_long_t tot_write_bandwidth; member in struct:backing_dev_info
H A Dbacking-dev.h57 * @bdi->tot_write_bandwidth is guaranteed to be > 0 if there are
60 return atomic_long_read(&bdi->tot_write_bandwidth);
/linux-master/fs/
H A Dfs-writeback.c93 &wb->bdi->tot_write_bandwidth);
104 &wb->bdi->tot_write_bandwidth) < 0);
955 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth);
/linux-master/mm/
H A Dpage-writeback.c188 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth);
1224 &wb->bdi->tot_write_bandwidth) <= 0);

Completed in 106 milliseconds