Searched refs:bw_time_stamp (Results 1 – 3 of 3) sorted by relevance
74 unsigned long bw_time_stamp; /* last time write bw is updated */ member
1123 unsigned long elapsed = now - bdi->bw_time_stamp; in __bdi_update_bandwidth()1140 if (elapsed > HZ && time_before(bdi->bw_time_stamp, start_time)) in __bdi_update_bandwidth()1154 bdi->bw_time_stamp = now; in __bdi_update_bandwidth()1165 if (time_is_after_eq_jiffies(bdi->bw_time_stamp + BANDWIDTH_INTERVAL)) in bdi_update_bandwidth()
404 bdi->bw_time_stamp = jiffies; in bdi_init()