HomeSort by: relevance | last modified time | path
    Searched refs:queued (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/
drm_flip_work.c 68 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));
  /src/external/mpl/bind/dist/bin/tests/system/tcp/ans6/
ans.py 52 queued = []
71 queued.append(sock)
74 while queued:
79 _, wsocks, _ = select.select([], queued, [], time_left)
81 queued.remove(sock)
92 elif queued:
93 log(f"result=FAIL: Timed out, aborting {len(queued)} pending connections")
94 for sock in queued:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
atexit_thread.cc 138 static bool queued; variable
139 if (!queued)
141 queued = true;
  /src/sys/arch/xen/xen/
xennetback_xenbus.c 658 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 + cnt >= NB_XMIT_PAGES_BATCH)
1170 int queued = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
atexit_thread.cc 177 static bool queued;
178 if (!queued)
180 queued = true;
  /src/sys/dev/ic/
bcmgenetvar.h 53 u_int next, queued; member in struct:genet_ring
malovar.h 46 int queued; member in struct:malo_tx_ring
mvsatavar.h 63 queued, enumerator in enum:mvsata_edmamode
dwc_eqos_var.h 63 u_int cur, next, queued, count; member in struct:eqos_ring
rt2560var.h 69 int queued; member in struct:rt2560_tx_ring
rt2661var.h 64 int queued; member in struct:rt2661_tx_ring
dwc_eqos.c 297 --sc->sc_tx.queued;
302 ++sc->sc_tx.queued;
330 if (sc->sc_tx.queued >= TX_DESC_COUNT - 1)
349 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs;
397 "next: %u, queued: %u, owned: %u\n",
398 index, sc->sc_tx.cur, sc->sc_tx.next, sc->sc_tx.queued,
691 sc->sc_tx.cur = sc->sc_tx.next = sc->sc_tx.queued = 0;
706 sc->sc_rx.cur = sc->sc_rx.next = sc->sc_rx.queued = 0;
1119 for (i = sc->sc_tx.next; sc->sc_tx.queued > 0; i = TX_NEXT(i)) {
1120 KASSERT(sc->sc_tx.queued > 0)
    [all...]
rt2860var.h 86 int queued; member in struct:rt2860_tx_ring
wd33c93var.h 96 struct wd33c93_acb *queued[SBIC_NTAGS]; member in struct:wd33c93_linfo
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_flip_work.h 51 * @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
  /src/sys/dev/pci/
if_iwivar.h 74 int queued; member in struct:iwi_cmd_ring
93 int queued; member in struct:iwi_tx_ring
if_nfevar.h 35 int queued; member in struct:nfe_tx_ring
if_rtwnreg.h 125 int queued; member in struct:rtwn_tx_ring
143 int queued; member in struct:rtwn_host_cmd_ring
if_wpivar.h 78 int queued; member in struct:wpi_tx_ring
  /src/sys/dev/usb/
if_runvar.h 96 volatile unsigned queued; member in struct:run_tx_ring
126 int queued; member in struct:run_host_cmd_ring
if_otusvar.h 144 int queued; member in struct:otus_host_cmd_ring
if_urtwnvar.h 98 int queued; member in struct:urtwn_host_cmd_ring
  /src/sys/dev/ieee1394/
fwdev.c 196 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 = 0
    [all...]
  /src/external/bsd/tmux/dist/compat/
imsg-buffer.c 50 uint32_t queued; member in struct:ibufqueue
741 return (0); /* nothing queued */
787 return (0); /* nothing queued */
994 msgbuf->bufs.queued--;
1007 bufq->queued = 0;
1038 bufq->queued--;
1049 bufq->queued++;
1055 return (bufq->queued);
1061 to->queued += from->queued;
    [all...]
  /src/external/bsd/tmux/dist/
control.c 59 * 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, &new_size)
    [all...]

Completed in 51 milliseconds

1 2 3