Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dassociola.c1221 struct sctp_transport *trans2) in sctp_trans_elect_tie() argument
1223 if (trans1->error_count > trans2->error_count) { in sctp_trans_elect_tie()
1224 return trans2; in sctp_trans_elect_tie()
1225 } else if (trans1->error_count == trans2->error_count && in sctp_trans_elect_tie()
1226 ktime_after(trans2->last_time_heard, in sctp_trans_elect_tie()
1228 return trans2; in sctp_trans_elect_tie()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2598 int trans1, trans2; in dsi_compute_interleave_hs() local
2600 trans2 = ddr_pre + enter_hs + exiths_clk + ddr_post + ddr_pre + in dsi_compute_interleave_hs()
2602 transition = max(trans1, trans2); in dsi_compute_interleave_hs()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3404 int trans1, trans2; in dsi_compute_interleave_hs() local
3406 trans2 = ddr_pre + enter_hs + exiths_clk + ddr_post + ddr_pre + in dsi_compute_interleave_hs()
3408 transition = max(trans1, trans2); in dsi_compute_interleave_hs()