Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbacking-dev-defs.h120 unsigned long bw_time_stamp; /* last time write bw is updated */ member
/openbmc/linux/mm/
H A Dpage-writeback.c1482 elapsed = max(now - wb->bw_time_stamp, 1UL); in __wb_update_bandwidth()
1503 WRITE_ONCE(wb->bw_time_stamp, now); in __wb_update_bandwidth()
1520 unsigned long elapsed = now - READ_ONCE(wb->bw_time_stamp); in wb_bandwidth_estimate_start()
1527 WRITE_ONCE(wb->bw_time_stamp, now); in wb_bandwidth_estimate_start()
1870 if (time_is_before_jiffies(READ_ONCE(wb->bw_time_stamp) + in balance_dirty_pages()
2604 if (time_is_before_jiffies(READ_ONCE(wb->bw_time_stamp) + in do_writepages()
H A Dbacking-dev.c429 wb->bw_time_stamp = jiffies; in wb_init()