Searched refs:trans2 (Results 1 – 3 of 3) sorted by relevance
1221 struct sctp_transport *trans2) in sctp_trans_elect_tie() argument1223 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()
2598 int trans1, trans2; in dsi_compute_interleave_hs() local2600 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()
3404 int trans1, trans2; in dsi_compute_interleave_hs() local3406 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()