Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dassociola.c1230 struct sctp_transport *trans2) in sctp_trans_elect_tie() argument
1232 if (trans1->error_count > trans2->error_count) { in sctp_trans_elect_tie()
1233 return trans2; in sctp_trans_elect_tie()
1234 } else if (trans1->error_count == trans2->error_count && in sctp_trans_elect_tie()
1235 ktime_after(trans2->last_time_heard, in sctp_trans_elect_tie()
1237 return trans2; in sctp_trans_elect_tie()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c33 u32 trans2; /* vref sel, vswing */ member
535 ddi_translations[i].trans2); in intel_prepare_ddi_buffers()
550 ddi_translations_hdmi[hdmi_level].trans2); in intel_prepare_ddi_buffers()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c3418 int trans1, trans2; in dsi_compute_interleave_hs() local
3420 trans2 = ddr_pre + enter_hs + exiths_clk + ddr_post + ddr_pre + in dsi_compute_interleave_hs()
3422 transition = max(trans1, trans2); in dsi_compute_interleave_hs()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES712 advantage of trans2 SetFileInfo rename facility if available on target server.