Home
last modified time | relevance | path

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

/fs/ext4/
Dextents_status.c1551 u64 scan_time; in __es_shrink() local
1614 scan_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in __es_shrink()
1616 es_stats->es_stats_scan_time = (scan_time + in __es_shrink()
1619 es_stats->es_stats_scan_time = scan_time; in __es_shrink()
1620 if (scan_time > es_stats->es_stats_max_scan_time) in __es_shrink()
1621 es_stats->es_stats_max_scan_time = scan_time; in __es_shrink()
1628 trace_ext4_es_shrink(sbi->s_sb, nr_shrunk, scan_time, in __es_shrink()