Searched refs:dequeued (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | userp.rst | 66 Filled or displayed buffers are dequeued with the 80 application waits until a filled buffer can be dequeued, and re-enqueues 84 buffers it must wait until an empty buffer can be dequeued and reused. 86 more buffers can be dequeued. By default :ref:`VIDIOC_DQBUF
|
D | dmabuf.rst | 128 Captured or displayed buffers are dequeued with the 137 application waits until a filled buffer can be dequeued, and re-enqueues 141 buffers it must wait until an empty buffer can be dequeued and reused. 143 more buffers can be dequeued. By default :ref:`VIDIOC_DQBUF
|
D | mmap.rst | 221 FIFO, and were captured in the order dequeued from the outgoing FIFO. 226 also enqueue in a different order than buffers have been dequeued, and 231 Initially all mapped buffers are in dequeued state, inaccessible by the 234 the application waits until a filled buffer can be dequeued, and 239 must wait until an empty buffer can be dequeued and reused. 246 buffers can be dequeued. By default :ref:`VIDIOC_DQBUF <VIDIOC_QBUF>`
|
D | vidioc-qbuf.rst | 87 out to disk. Buffers remain locked until dequeued, until the 104 dequeued, until the :ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` or 138 may continue as normal, but should be aware that data in the dequeued 194 dequeued and no new buffers are expected to become available.
|
D | dev-decoder.rst | 197 Drain -> Stopped [ label = "All CAPTURE\nbuffers dequeued\nor\nVIDIOC_STREAMOFF(CAPTURE)" ]; 586 ``V4L2_BUF_FLAG_LAST`` flag is dequeued. 707 frames dequeued from the ``CAPTURE`` queue may differ from the order of queuing 740 will have their ``timestamp`` field set to the same value when dequeued. 887 ``CAPTURE`` queue too to discard decoded, but not yet dequeued buffers. 1010 ``V4L2_BUF_FLAG_LAST`` flag is dequeued, 1025 before the ``V4L2_DEC_CMD_STOP`` command are dequeued, 1033 dequeued. It is a deprecated behavior and the client must not rely on it. 1037 are dequeued and the last ``CAPTURE`` buffer is dequeued, the decoder is
|
D | vidioc-subscribe-event.rst | 46 Subscribe or unsubscribe V4L2 event. Subscribed events are dequeued by
|
D | vidioc-streamon.rst | 64 means all images captured but not dequeued yet will be lost, likewise
|
D | func-select.rst | 62 buffer has been filled or displayed and can be dequeued with the
|
D | func-poll.rst | 46 buffer has been filled by the capture device and can be dequeued with
|
D | vidioc-encoder-cmd.rst | 119 has been encoded and all frames are ready to be dequeued and will
|
D | buffer.rst | 526 queue, ready to be dequeued from the driver. Drivers set or clear 532 buffer is in "dequeued" state, in the application domain so to 538 - When this flag is set, the buffer has been dequeued successfully,
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | pxa_camera.rst | 30 removed from the active buffers list. It can be then requeud or dequeued by 82 - arrow "DQ" means : a buffer was dequeued
|
D | omap3isp.rst | 89 generated whenever a statistics buffer can be dequeued by a user space
|
/Linux-v5.4/net/sunrpc/ |
D | cache.c | 1082 struct list_head dequeued; in cache_dequeue() local 1084 INIT_LIST_HEAD(&dequeued); in cache_dequeue() 1096 list_move(&cr->q.list, &dequeued); in cache_dequeue() 1099 while (!list_empty(&dequeued)) { in cache_dequeue() 1100 cr = list_entry(dequeued.next, struct cache_request, q.list); in cache_dequeue()
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | dmx-qbuf.rst | 59 out to disk. Buffers remain locked until dequeued, until the
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | blkio-controller.rst | 235 gives the statistics about how many a times a group was dequeued 238 of times a group was dequeued from a particular device.
|
/Linux-v5.4/Documentation/media/uapi/cec/ |
D | cec-ioc-dqevent.rst | 87 or since the last time this event was dequeued for this
|
/Linux-v5.4/Documentation/timers/ |
D | hrtimers.rst | 108 settimeofday and NTP, all the timers (!) had to be dequeued, the
|
/Linux-v5.4/Documentation/media/uapi/mediactl/ |
D | request-api.rst | 126 be dequeued independently of the request's state.
|
/Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/ |
D | overview.rst | 204 CPUs to simultaneously perform enqueue/dequeued operations. DPIOs are
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | kvm.h | 368 __u8 dequeued; member
|
/Linux-v5.4/include/uapi/linux/ |
D | kvm.h | 368 __u8 dequeued; member
|
/Linux-v5.4/Documentation/filesystems/ |
D | fuse.txt | 156 dequeued and returns immediately.
|
/Linux-v5.4/arch/s390/kvm/ |
D | priv.c | 555 vcpu->run->s390_tsch.dequeued = !!inti; in handle_tsch()
|
/Linux-v5.4/Documentation/networking/ |
D | ppp_generic.txt | 159 Transmit packets are dequeued from the PPP unit transmit queue and
|
12