Home
last modified time | relevance | path

Searched refs:minB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1347 int sumA, sumB, minA, minB; in mpr_rcv_get_apm_paths() local
1422 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()
/freebsd/sys/netinet/
H A Dsctp_cc_functions.c1938 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()
H A Dsctp_structs.h230 uint32_t minB; member