Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Dtransaction.c1413 u64 commit_time, trans_time; in journal_stop() local
1421 trans_time = ktime_to_ns(ktime_sub(ktime_get(), in journal_stop()
1427 if (trans_time < commit_time) { in journal_stop()
/linux-4.1.27/fs/jbd2/
Dtransaction.c1599 u64 commit_time, trans_time; in jbd2_journal_stop() local
1607 trans_time = ktime_to_ns(ktime_sub(ktime_get(), in jbd2_journal_stop()
1615 if (trans_time < commit_time) { in jbd2_journal_stop()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c561 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
575 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
576 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()