Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dtransaction.c1893 u64 commit_time, trans_time; in jbd2_journal_stop() local
1901 trans_time = ktime_to_ns(ktime_sub(ktime_get(), in jbd2_journal_stop()
1909 if (trans_time < commit_time) { in jbd2_journal_stop()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c210 u16 trans_time; in hclge_pause_addr_cfg() local
223 trans_time = le16_to_cpu(pause_param->pause_trans_time); in hclge_pause_addr_cfg()
225 return hclge_pause_param_cfg(hdev, mac_addr, trans_gap, trans_time); in hclge_pause_addr_cfg()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c177 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
191 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
192 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c552 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
566 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
567 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()