Searched refs:minB (Results 1 – 3 of 3) sorted by relevance
1347 int sumA, sumB, minA, minB; in mpr_rcv_get_apm_paths() local1422 sumA = minA = sumB = minB = 0; in mpr_rcv_get_apm_paths()1440 minB = matrix[0][1]->resp.mpr_rec.hops; in mpr_rcv_get_apm_paths()1444 if (minB) in mpr_rcv_get_apm_paths()1445 minB = min(minB, matrix[1][0]->resp.mpr_rec.hops); in mpr_rcv_get_apm_paths()1447 minB = matrix[1][0]->resp.mpr_rec.hops; in mpr_rcv_get_apm_paths()1451 if (minA <= minB || (minA == minB && sumA < sumB)) { in mpr_rcv_get_apm_paths()
1938 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput()1943 if (net->cc_mod.htcp_ca.minB > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput()1944 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB; in measure_achieved_throughput()
230 uint32_t minB; member