Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbacking-dev.h74 unsigned long bw_time_stamp; /* last time write bw is updated */ member
/linux-4.1.27/mm/
Dpage-writeback.c1123 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()
Dbacking-dev.c404 bdi->bw_time_stamp = jiffies; in bdi_init()