Searched refs:nws (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dnetisr.c108 * - The nws array, including all fields of struct netisr_worker.
235 DPCPU_DEFINE(struct netisr_workstream, nws);
240 * DPCPU_ID_GET(nws_array[arbitraryvalue % nws_count], nws).
436 npwp = &(DPCPU_ID_PTR(i, nws))->nws_work[proto];
484 npwp = &(DPCPU_ID_PTR(i, nws))->nws_work[proto];
517 npwp = &(DPCPU_ID_PTR(i, nws))->nws_work[proto];
581 npwp = &(DPCPU_ID_PTR(i, nws))->nws_work[proto];
656 npwp = &(DPCPU_ID_PTR(i, nws))->nws_work[proto];
695 nwsp = DPCPU_ID_PTR(i, nws);
1018 nwsp = DPCPU_ID_PTR(cpuid, nws);
[all...]
/freebsd-12-stable/usr.bin/netstat/
H A Dnetisr.c289 struct netisr_workstream nws; local
313 if (kread(nl[N_NWS].n_value, &nws, sizeof(nws)) != 0)
319 if (nws.nws_intr_event != NULL)
329 nwp = &nws.nws_work[proto];

Completed in 102 milliseconds