Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dfast_commit.h125 u64 s_fc_avg_commit_time; member
H A Dfast_commit.c1182 if (likely(stats->s_fc_avg_commit_time)) in ext4_fc_update_stats()
1183 stats->s_fc_avg_commit_time = in ext4_fc_update_stats()
1185 stats->s_fc_avg_commit_time * 3) / 4; in ext4_fc_update_stats()
1187 stats->s_fc_avg_commit_time = commit_time; in ext4_fc_update_stats()
2310 div_u64(stats->s_fc_avg_commit_time, 1000)); in ext4_fc_info_show()