Searched refs:sw2 (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c319 u_int sw0, sw1, sw2, sw3, sw4; local
335 sw0 = sw1 = sw2 = sw3 = sw4 = 0;
351 } else if (UPROF_PERC_BIGGER(whole, fract, sw2,
355 sw2 = whole;
373 sbuf_printf(&sb, "3rd: %u.%u%% idx: %u\n", sw2 / tot,
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c68 static void connect_switches(lash_t * p_lash, int sw1, int sw2, int phy_port_1) argument
85 if (sw1 == sw2)
88 /* see if we are already linked to sw2 */
92 if (node->links[i]->switch_id == sw2) {
100 l->switch_id = sw2;
104 s2 = p_lash->switches[sw2];
116 "LASH connect: %d, %d, %d\n", sw1, sw2, phy_port_1);
H A Dosm_ucast_dfsssp.c1101 vertex_t *sw2 = *((vertex_t **) l2); local
1106 if (sw2)
1107 num_hca2 = sw2->num_hca;
H A Dosm_mesh.c600 int sw1, sw2, sw3; local
618 for (sw2 = 0; sw2 < p_lash->num_switches; sw2++)
619 p_lash->switches[sw2]->node->temp = LARGE;
626 for (sw2 = 0; sw2 < p_lash->num_switches; sw2++) {
627 s2 = p_lash->switches[sw2];
646 sw2
929 int sw1, sw2; local
[all...]

Completed in 120 milliseconds