Home
last modified time | relevance | path

Searched hist:f5c2d636 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/dccp/ccids/
H A Dccid3.cf5c2d636 Mon Nov 27 08:22:48 CST 2006 Gerrit Renker <gerrit@erg.abdn.ac.uk> [DCCP] ccid3: Simplify control flow in the calculation of t_ipi

This patch performs a simplifying (performance) optimisation:

In each call of the inline function ccid3_calc_new_t_ipi(), the state is
tested against TFRC_SSTATE_NO_FBACK. This is expensive when the function
is called very often. A simpler solution, implemented by this patch, is
to adapt the control flow.

Background:
f5c2d636 Mon Nov 27 08:22:48 CST 2006 Gerrit Renker <gerrit@erg.abdn.ac.uk> [DCCP] ccid3: Simplify control flow in the calculation of t_ipi

This patch performs a simplifying (performance) optimisation:

In each call of the inline function ccid3_calc_new_t_ipi(), the state is
tested against TFRC_SSTATE_NO_FBACK. This is expensive when the function
is called very often. A simpler solution, implemented by this patch, is
to adapt the control flow.

Background: