Searched refs:shipped (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c158 int lo, busy, nack, shipped = 0; local
177 shipit(i, shipped);
178 nackmask |= IDSR_NACK_BIT(shipped);
179 cpuids[shipped++] = i;
184 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped);
192 * find we have shipped to more than (IDSR_BN_SETS)
196 if (shipped < IDSR_BN_SETS) {
197 shipit(i, shipped);
198 nackmask |= IDSR_NACK_BIT(shipped);
199 cpuids[shipped
[all...]
H A Dus3_cheetahplus.c165 int lo, busy, nack, shipped = 0; local
184 shipit(i, shipped);
185 nackmask |= IDSR_NACK_BIT(shipped);
186 cpuids[shipped++] = i;
191 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped);
199 * find we have shipped to more than (IDSR_BN_SETS)
203 if (shipped < IDSR_BN_SETS) {
204 shipit(i, shipped);
205 nackmask |= IDSR_NACK_BIT(shipped);
206 cpuids[shipped
[all...]
H A Dopl_olympus.c332 int lo, busy, nack, shipped = 0; local
360 shipit(i, shipped);
361 nackmask |= IDSR_NACK_BIT(shipped);
362 cpuids[shipped++] = i;
367 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped);
375 * find we have shipped to more than (IDSR_BN_SETS)
380 if (shipped < bn_sets) {
382 if (shipped < IDSR_BN_SETS) {
384 shipit(i, shipped);
385 nackmask |= IDSR_NACK_BIT(shipped);
[all...]
H A Dus3_jalapeno.c180 int lo, busy, nack, shipped = 0; local
200 shipit(i, shipped /* ignored */);
203 shipped++;
208 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped);
304 x_set_cpus[shipped]++;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c855 int shipped = 0; local
887 shipped += ncpuids;
900 shipped++;
996 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped);
1008 x_set_cpus[shipped]++;

Completed in 82 milliseconds