Lines Matching defs:cpuid
1029 netisr_queue_internal(u_int proto, struct mbuf *m, u_int cpuid)
1038 KASSERT(cpuid <= mp_maxid, ("%s: cpuid too big (%u, %u)", __func__,
1039 cpuid, mp_maxid));
1040 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__, cpuid));
1044 nwsp = DPCPU_ID_PTR(cpuid, nws);
1060 u_int cpuid;
1080 source, m, &cpuid);
1082 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__,
1083 cpuid));
1086 error = netisr_queue_internal(proto, m, cpuid);
1116 u_int cpuid, dispatch_policy;
1166 source, m, &cpuid);
1171 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__, cpuid));
1172 if (cpuid != curcpu)
1228 error = netisr_queue_internal(proto, m, cpuid);
1262 netisr_start_swi(u_int cpuid, struct pcpu *pc)
1268 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__, cpuid));
1270 nwsp = DPCPU_ID_PTR(cpuid, nws);
1272 nwsp->nws_cpu = cpuid;
1273 snprintf(swiname, sizeof(swiname), "netisr %u", cpuid);
1280 error = intr_event_bind(nwsp->nws_intr_event, cpuid);
1283 cpuid, error);
1427 u_int counter, cpuid;
1436 CPU_FOREACH(cpuid) {
1437 nwsp = DPCPU_ID_PTR(cpuid, nws);
1449 snwsp->snws_wsid = cpuid;
1450 snwsp->snws_cpu = cpuid;
1481 u_int counter, cpuid, proto;
1490 CPU_FOREACH(cpuid) {
1491 nwsp = DPCPU_ID_PTR(cpuid, nws);
1502 snwp->snw_wsid = cpuid; /* See comment above. */
1535 u_int cpuid;
1539 CPU_FOREACH(cpuid) {
1540 nwsp = DPCPU_ID_PTR(cpuid, nws);
1549 db_printf("%3d ", cpuid);