TFRC_SMALLEST_P   628 net/dccp/ccids/lib/tfrc_equation.c 		if (p < TFRC_SMALLEST_P) {	      /* 0.0000 < p <  0.0001 */
TFRC_SMALLEST_P   630 net/dccp/ccids/lib/tfrc_equation.c 				  "Substituting %d\n", p, TFRC_SMALLEST_P);
TFRC_SMALLEST_P   633 net/dccp/ccids/lib/tfrc_equation.c 			index =  p/TFRC_SMALLEST_P - 1;
TFRC_SMALLEST_P   672 net/dccp/ccids/lib/tfrc_equation.c 		return TFRC_SMALLEST_P;
TFRC_SMALLEST_P   700 net/dccp/ccids/lib/tfrc_equation.c 	return max_t(u32, scaled_div(1, loss_event_rate), TFRC_SMALLEST_P);