Searched refs:sw1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/i386/i386/
H A Dswtch.s101 jmp sw1
207 jmp sw1
211 sw1: label
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c122 static void connect_switches(lash_t * p_lash, int sw1, int sw2, int phy_port_1) argument
125 unsigned num = p_lash->switches[sw1]->num_connections;
127 p_lash->switches[sw1]->phys_connections[num] = sw2;
128 p_lash->switches[sw1]->virtual_physical_port_table[num] = phy_port_1;
129 p_lash->switches[sw1]->num_connections++;
132 "LASH connect: %d, %d, %d\n", sw1, sw2,
/freebsd-10.1-release/sys/amd64/amd64/
H A Dcpu_switch.S145 jmp sw1
182 sw1: label
/freebsd-10.1-release/sys/kern/
H A Dkern_umtx.c271 u_int sw0, sw1, sw2, sw3, sw4; local
287 sw0 = sw1 = sw2 = sw3 = sw4 = 0;
298 } else if (UPROF_PERC_BIGGER(whole, fract, sw1,
302 sw1 = whole;
323 sbuf_printf(&sb, "2nd: %u.%u%% idx: %u\n", sw1 / tot,

Completed in 171 milliseconds