Searched refs:bw_time_stamp (Results 1 – 3 of 3) sorted by relevance
123 unsigned long bw_time_stamp; /* last time write bw is updated */ member
1341 unsigned long elapsed = now - wb->bw_time_stamp; in __wb_update_bandwidth()1360 if (elapsed > HZ && time_before(wb->bw_time_stamp, start_time)) in __wb_update_bandwidth()1381 wb->bw_time_stamp = now; in __wb_update_bandwidth()1714 if (time_is_before_jiffies(wb->bw_time_stamp + in balance_dirty_pages()
297 wb->bw_time_stamp = jiffies; in wb_init()