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

/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c91 struct kdpc_queue { struct
102 typedef struct kdpc_queue kdpc_queue; typedef in typeref:struct:kdpc_queue
278 static struct kdpc_queue *kq_queues;
279 static struct kdpc_queue *wq_queues;
288 kdpc_queue *kq;
305 sizeof(kdpc_queue) * mp_ncpus, 0);
307 sizeof(kdpc_queue), 0);
314 sizeof(kdpc_queue) * WORKITEM_THREADS, 0);
320 bzero((char *)kq_queues, sizeof(kdpc_queue) * mp_ncpu
[all...]

Completed in 105 milliseconds