Lines Matching refs:diff
2007 * @diff: pointer to integer receiving the calculated difference
2009 * The content of *@diff is only valid when this function returns true.
2019 int *diff)
2035 *diff = (int)tq1 - (int)tq2;
2192 int diff;
2195 if_outgoing2, &diff);
2199 return diff;
2220 int diff;
2223 if_outgoing2, &diff);
2227 ret = diff > -BATADV_TQ_SIMILARITY_THRESHOLD;