Home
last modified time | relevance | path

Searched refs:write_bandwidth (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/mm/
Dbacking-dev.c94 (unsigned long) K(bdi->write_bandwidth), in bdi_debug_stats_show()
409 bdi->write_bandwidth = INIT_BW; in bdi_init()
Dpage-writeback.c851 unsigned long old = bdi->write_bandwidth; in bdi_update_write_bandwidth()
871 bw += (u64)bdi->write_bandwidth * (period - elapsed); in bdi_update_write_bandwidth()
884 bdi->write_bandwidth = bw; in bdi_update_write_bandwidth()
/linux-4.1.27/include/linux/
Dbacking-dev.h77 unsigned long write_bandwidth; /* the estimated write bandwidth */ member
/linux-4.1.27/include/acpi/
Dactbl3.h567 u32 write_bandwidth; member
/linux-4.1.27/include/trace/events/
Dwriteback.h402 __entry->write_bw = KBps(bdi->write_bandwidth);