Searched refs:queued (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-current/external/mpl/bind/dist/bin/tests/system/tcp/ans6/
H A Dans.py53 queued = []
72 queued.append(sock)
75 while queued:
80 _, wsocks, _ = select.select([], queued, [], time_left)
82 queued.remove(sock)
93 elif queued:
94 log("result=FAIL: Timed out, aborting %d pending connections" % len(queued))
95 for sock in queued:
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_flip_work.c68 list_add_tail(&task->node, &work->queued);
97 * drm_flip_work_commit - commit queued work
99 * @wq: the work-queue to run the queued work on
101 * Trigger work previously queued by drm_flip_work_queue() to run
104 * prior), and then from vblank irq commit the queued work.
112 list_splice_tail(&work->queued, &work->commited);
113 INIT_LIST_HEAD(&work->queued);
156 INIT_LIST_HEAD(&work->queued);
173 WARN_ON(!list_empty(&work->queued) || !list_empty(&work->commited));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc132 static bool queued; variable
133 if (!queued)
135 queued = true;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc138 static bool queued; variable
139 if (!queued)
141 queued = true;
/netbsd-current/sys/arch/xen/xen/
H A Dxennetback_xenbus.c658 int queued)
662 for (int i = 0; i < queued; i++) {
680 int queued)
689 for (int i = 0; i < queued; i++) {
753 for (int i = 0; i < queued; i++) {
780 xennetback_tx_copy_abort(ifp, xneti, queued);
814 int queued = 0, m0_len = 0; local
868 xennetback_tx_copy_abort(ifp, xneti, queued);
869 queued = 0;
900 if (queued
657 xennetback_tx_copy_abort(struct ifnet *ifp, struct xnetback_instance *xneti, int queued) argument
679 xennetback_tx_copy_process(struct ifnet *ifp, struct xnetback_instance *xneti, int queued) argument
1033 xennetback_rx_copy_process(struct ifnet *ifp, struct xnetback_instance *xneti, int queued, int copycnt) argument
1073 xennetback_rx_copy_queue(struct xnetback_instance *xneti, struct xnetback_xstate *xst0, int rsp_prod_pvt, int *queued, int *copycntp) argument
1172 int queued = 0; local
[all...]
/netbsd-current/sys/dev/ic/
H A Dbcmgenetvar.h53 u_int next, queued; member in struct:genet_ring
H A Ddwc_eqos_var.h53 u_int cur, next, queued; member in struct:eqos_ring
H A Dmvsatavar.h63 queued, enumerator in enum:mvsata_edmamode
H A Dmalovar.h46 int queued; member in struct:malo_tx_ring
H A Drt2661var.h64 int queued; member in struct:rt2661_tx_ring
H A Drt2560var.h69 int queued; member in struct:rt2560_tx_ring
H A Ddwc_eqos.c288 --sc->sc_tx.queued;
292 ++sc->sc_tx.queued;
316 if (sc->sc_tx.queued >= TX_DESC_COUNT - 1)
335 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs;
373 "next: %u, queued: %u\n",
374 index, sc->sc_tx.cur, sc->sc_tx.next, sc->sc_tx.queued);
572 sc->sc_tx.cur = sc->sc_tx.next = sc->sc_tx.queued = 0;
588 sc->sc_rx.cur = sc->sc_rx.next = sc->sc_rx.queued = 0;
957 for (i = sc->sc_tx.next; sc->sc_tx.queued > 0; i = TX_NEXT(i)) {
958 KASSERT(sc->sc_tx.queued >
[all...]
H A Drt2860var.h86 int queued; member in struct:rt2860_tx_ring
H A Dwd33c93var.h96 struct wd33c93_acb *queued[SBIC_NTAGS]; member in struct:wd33c93_linfo
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_flip_work.h51 * @val: value queued via drm_flip_work_queue()
73 * @queued: queued tasks
75 * @lock: lock to access queued and commited lists
81 struct list_head queued; member in struct:drm_flip_work
/netbsd-current/sys/dev/pci/
H A Dif_iwivar.h74 int queued; member in struct:iwi_cmd_ring
93 int queued; member in struct:iwi_tx_ring
H A Dif_nfevar.h35 int queued; member in struct:nfe_tx_ring
H A Dif_rtwnreg.h125 int queued; member in struct:rtwn_tx_ring
143 int queued; member in struct:rtwn_host_cmd_ring
H A Dif_wpivar.h78 int queued; member in struct:wpi_tx_ring
/netbsd-current/sys/dev/usb/
H A Dif_runvar.h96 volatile unsigned queued; member in struct:run_tx_ring
126 int queued; member in struct:run_host_cmd_ring
H A Dif_urtwnvar.h98 int queued; member in struct:urtwn_host_cmd_ring
H A Dif_otusvar.h144 int queued; member in struct:otus_host_cmd_ring
/netbsd-current/sys/dev/ieee1394/
H A Dfwdev.c196 ir->queued--;
263 ir->queued = 0;
283 ir->stproc->poffset + ir->queued);
290 ir->queued++;
291 if (ir->queued >= ir->bnpacket) {
339 it->queued = 0;
358 it->stproc->poffset + it->queued);
364 it->queued++;
365 if (it->queued >= it->bnpacket) {
777 q->queued
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dcontrol.c59 * written; the second (queued) the data we have queued (pointed to by
63 struct window_pane_offset queued; member in struct:control_pane
259 memcpy(&cp->queued, &wp->offset, sizeof cp->queued);
344 memcpy(&cp->queued, &wp->offset, sizeof cp->queued);
368 memcpy(&cp->queued, &wp->offset, sizeof cp->queued);
490 window_pane_get_new_data(wp, &cp->queued,
[all...]
/netbsd-current/external/bsd/tmux/dist/compat/
H A Dimsg-buffer.c587 msgbuf->queued = 0;
692 return (msgbuf->queued);
701 msgbuf->queued++;
708 msgbuf->queued--;

Completed in 393 milliseconds

123