Home
last modified time | relevance | path

Searched refs:dequeued (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/isdn/hisax/
Disdnl3.c431 int dequeued = 0; in lc_connect() local
436 dequeued++; in lc_connect()
438 if ((!st->l3.proc) && dequeued) { in lc_connect()
451 int dequeued = 0; in lc_connected() local
457 dequeued++; in lc_connected()
459 if ((!st->l3.proc) && dequeued) { in lc_connected()
/Linux-v4.19/Documentation/media/uapi/v4l/
Duserp.rst59 Filled or displayed buffers are dequeued with the
73 application waits until a filled buffer can be dequeued, and re-enqueues
77 buffers it must wait until an empty buffer can be dequeued and reused.
79 more buffers can be dequeued. By default :ref:`VIDIOC_DQBUF
Ddmabuf.rst121 Captured or displayed buffers are dequeued with the
130 application waits until a filled buffer can be dequeued, and re-enqueues
134 buffers it must wait until an empty buffer can be dequeued and reused.
136 more buffers can be dequeued. By default :ref:`VIDIOC_DQBUF
Dmmap.rst214 FIFO, and were captured in the order dequeued from the outgoing FIFO.
219 also enqueue in a different order than buffers have been dequeued, and
224 Initially all mapped buffers are in dequeued state, inaccessible by the
227 the application waits until a filled buffer can be dequeued, and
232 must wait until an empty buffer can be dequeued and reused.
238 execution of the application until one or more buffers can be dequeued.
Dvidioc-qbuf.rst80 out to disk. Buffers remain locked until dequeued, until the
97 dequeued, until the :ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` or
109 may continue as normal, but should be aware that data in the dequeued
155 dequeued and no new buffers are expected to become available.
Dvidioc-subscribe-event.rst39 Subscribe or unsubscribe V4L2 event. Subscribed events are dequeued by
Dvidioc-streamon.rst57 means all images captured but not dequeued yet will be lost, likewise
Dfunc-select.rst55 buffer has been filled or displayed and can be dequeued with the
Dfunc-poll.rst39 buffer has been filled by the capture device and can be dequeued with
Dvidioc-encoder-cmd.rst112 has been encoded and all frames are ready to be dequeued and will
Dvidioc-decoder-cmd.rst172 dequeued and will set the ``V4L2_BUF_FLAG_LAST`` buffer flag on
Dbuffer.rst500 queue, ready to be dequeued from the driver. Drivers set or clear
506 buffer is in "dequeued" state, in the application domain so to
512 - When this flag is set, the buffer has been dequeued successfully,
Ddiff-v4l.rst568 the incoming queue. Filled buffers are dequeued from the outgoing
/Linux-v4.19/Documentation/media/v4l-drivers/
Dpxa_camera.rst28 removed from the active buffers list. It can be then requeud or dequeued by
80 - arrow "DQ" means : a buffer was dequeued
Domap3isp.rst87 generated whenever a statistics buffer can be dequeued by a user space
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-qbuf.rst50 out to disk. Buffers remain locked until dequeued, until the
/Linux-v4.19/net/sunrpc/
Dcache.c1051 struct list_head dequeued; in cache_dequeue() local
1053 INIT_LIST_HEAD(&dequeued); in cache_dequeue()
1065 list_move(&cr->q.list, &dequeued); in cache_dequeue()
1068 while (!list_empty(&dequeued)) { in cache_dequeue()
1069 cr = list_entry(dequeued.next, struct cache_request, q.list); in cache_dequeue()
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-dqevent.rst80 or since the last time this event was dequeued for this
/Linux-v4.19/Documentation/cgroup-v1/
Dblkio-controller.txt285 gives the statistics about how many a times a group was dequeued
288 of times a group was dequeued from a particular device.
/Linux-v4.19/Documentation/timers/
Dhrtimers.txt108 settimeofday and NTP, all the timers (!) had to be dequeued, the
/Linux-v4.19/Documentation/networking/dpaa2/
Doverview.rst204 CPUs to simultaneously perform enqueue/dequeued operations. DPIOs are
/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h366 __u8 dequeued; member
/Linux-v4.19/include/uapi/linux/
Dkvm.h366 __u8 dequeued; member
/Linux-v4.19/Documentation/filesystems/
Dfuse.txt156 dequeued and returns immediately.
/Linux-v4.19/arch/s390/kvm/
Dpriv.c554 vcpu->run->s390_tsch.dequeued = !!inti; in handle_tsch()

12