Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance

/mm/
Dgup_benchmark.c25 ktime_t start_time, end_time; in __gup_benchmark_ioctl() local
41 start_time = ktime_get(); in __gup_benchmark_ioctl()
78 gup->get_delta_usec = ktime_us_delta(end_time, start_time); in __gup_benchmark_ioctl()
81 start_time = ktime_get(); in __gup_benchmark_ioctl()
88 gup->put_delta_usec = ktime_us_delta(end_time, start_time); in __gup_benchmark_ioctl()
Dpage-writeback.c1347 unsigned long start_time, in __wb_update_bandwidth() argument
1371 if (elapsed > HZ && time_before(wb->bw_time_stamp, start_time)) in __wb_update_bandwidth()
1395 void wb_update_bandwidth(struct bdi_writeback *wb, unsigned long start_time) in wb_update_bandwidth() argument
1399 __wb_update_bandwidth(&gdtc, NULL, start_time, false); in wb_update_bandwidth()
1581 unsigned long start_time = jiffies; in balance_dirty_pages() local
1709 __wb_update_bandwidth(gdtc, mdtc, start_time, true); in balance_dirty_pages()
1750 start_time); in balance_dirty_pages()
1779 start_time); in balance_dirty_pages()