HomeSort by: relevance | last modified time | path
    Searched refs:xq (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/mount_portal/
conf.c 239 * and add all the ones on xq.
242 preplace(qelem *q0, qelem *xq)
254 while (xq->q_forw != xq) {
255 qelem *q = xq->q_forw;
  /src/sys/dev/ic/
sl811hs.c 260 struct gcq xq; /* Xfer queues */ member in struct:slhci_pipe
743 GCQ_GOT_FIRST_COND_TYPED(tvar, &(t)->timed, struct slhci_pipe, xq, cond)
746 GCQ_GOT_FIRST_TYPED(tvar, &(t)->q[Q_CB], struct slhci_pipe, xq)
749 GCQ_DEQUEUED_FIRST_TYPED(tvar, &(t)->q[Q_CALLBACKS], struct slhci_pipe, xq)
752 GCQ_FIND_TYPED(var, &(t)->timed, tvar, struct slhci_pipe, xq, cond)
755 GCQ_DEQUEUED_FIRST_TYPED(tvar, &(sc)->sc_waitq, struct slhci_pipe, xq)
760 gcq_insert_tail(&sc->sc_waitq, &spipe->xq);
766 gcq_insert_tail(&t->q[i], &spipe->xq);
772 gcq_insert_tail(&t->q[Q_CALLBACKS], &spipe->xq);
1048 gcq_init(&spipe->xq);
    [all...]
nvme.c 2050 nvme_softintr_intx(void *xq)
2052 struct nvme_queue *q = xq;
2071 nvme_intr_msi(void *xq)
2073 struct nvme_queue *q = xq;
2090 nvme_softintr_msi(void *xq)
2092 struct nvme_queue *q = xq;
  /src/sys/dev/pci/
if_mcx.c 7194 mcx_cq_intr(void *xq)
7196 struct mcx_queues *q = (struct mcx_queues *)xq;

Completed in 22 milliseconds