Home
last modified time | relevance | path

Searched refs:submitted (Results 1 – 25 of 125) sorted by relevance

12345

/linux-6.3-rc2/tools/io_uring/
A Dqueue.c72 unsigned ktail, ktail_next, submitted, to_submit; in io_uring_submit() local
82 submitted = *sq->kring_entries; in io_uring_submit()
92 submitted = 0; in io_uring_submit()
103 submitted++; in io_uring_submit()
106 if (!submitted) in io_uring_submit()
126 ret = io_uring_enter(ring->ring_fd, submitted, 0, in io_uring_submit()
/linux-6.3-rc2/Documentation/driver-api/dmaengine/
A Dpxa_dma.rst14 A transfer which is submitted and issued on a phy doesn't wait for a phy to
15 stop and restart, but is submitted on a "running channel". The other
27 multimedia case, such as video capture, if a transfer is submitted and then
106 such a transfer tx_submit() will be queued on the submitted queue, and
146 - a driver submitted an aligned tx1, not chained
148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1
152 - a driver submitted an aligned tx3 => tx3 is hot-chained
154 - a driver submitted an unaligned tx4 => tx4 is put in submitted queue,
159 - a driver submitted an aligned tx5 => tx5 is put in submitted queue, not
162 - a driver submitted an aligned tx6 => tx6 is put in submitted queue,
[all …]
/linux-6.3-rc2/fs/erofs/
A Dfscache.c21 size_t submitted; /* Length of submitted */ member
49 if (!primary->submitted) { in erofs_fscache_req_chain()
55 primary->start + primary->submitted, len); in erofs_fscache_req_chain()
122 loff_t lstart = req->start + req->submitted; in erofs_fscache_read_folios_async()
126 DBG_BUGON(len > req->len - req->submitted); in erofs_fscache_read_folios_async()
196 loff_t pos = primary->start + primary->submitted; in erofs_fscache_data_read_slice()
227 primary->submitted += PAGE_SIZE; in erofs_fscache_data_read_slice()
231 count = primary->len - primary->submitted; in erofs_fscache_data_read_slice()
235 primary->submitted += count; in erofs_fscache_data_read_slice()
257 primary->submitted += count; in erofs_fscache_data_read_slice()
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Ddebugfs-pfo-nx-crypto33 The total number of AES operations submitted to the hardware.
39 The total number of SHA-256 operations submitted to the hardware.
45 The total number of SHA-512 operations submitted to the hardware.
/linux-6.3-rc2/drivers/usb/misc/
A Dusblcd.c55 struct usb_anchor submitted; /* URBs to wait for member
268 usb_anchor_urb(urb, &dev->submitted); in lcd_write()
333 init_usb_anchor(&dev->submitted); in lcd_probe()
396 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in lcd_draw_down()
398 usb_kill_anchored_urbs(&dev->submitted); in lcd_draw_down()
428 usb_kill_anchored_urbs(&dev->submitted); in lcd_disconnect()
A Diowarrior.c95 struct usb_anchor submitted; member
439 usb_anchor_urb(int_out_urb, &dev->submitted); in iowarrior_write()
774 init_usb_anchor(&dev->submitted); in iowarrior_probe()
904 usb_kill_anchored_urbs(&dev->submitted); in iowarrior_disconnect()
/linux-6.3-rc2/drivers/staging/media/sunxi/cedrus/
A DTODO6 * Another stateless decoder driver should be submitted;
7 * At least one stateless encoder driver should be submitted.
/linux-6.3-rc2/Documentation/driver-api/usb/
A Danchors.rst9 driver has to keep track of the URBs it has submitted
45 are called in the reverse temporal order they were submitted.
53 are processed in the reverse temporal order they were submitted.
83 first submitted URB is returned.
/linux-6.3-rc2/tools/testing/selftests/net/
A Dio_uring_zerocopy_tx.c240 unsigned ktail, submitted, to_submit; in io_uring_submit() local
245 submitted = *sq->kring_entries; in io_uring_submit()
253 for (submitted = 0; submitted < to_submit; submitted++) { in io_uring_submit()
257 if (!submitted) in io_uring_submit()
266 ret = io_uring_enter(ring->ring_fd, submitted, 0, in io_uring_submit()
/linux-6.3-rc2/drivers/usb/
A Dusb-skeleton.c51 struct usb_anchor submitted; /* in case we need to retract our submissions */ member
434 usb_anchor_urb(urb, &dev->submitted); in skel_write()
504 init_usb_anchor(&dev->submitted); in skel_probe()
577 usb_kill_anchored_urbs(&dev->submitted); in skel_disconnect()
589 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in skel_draw_down()
591 usb_kill_anchored_urbs(&dev->submitted); in skel_draw_down()
/linux-6.3-rc2/fs/netfs/
A Dio.c554 subreq->start = rreq->start + rreq->submitted; in netfs_rreq_submit_slice()
555 subreq->len = rreq->len - rreq->submitted; in netfs_rreq_submit_slice()
557 _debug("slice %llx,%zx,%zx", subreq->start, subreq->len, rreq->submitted); in netfs_rreq_submit_slice()
574 rreq->submitted += subreq->len; in netfs_rreq_submit_slice()
631 } while (rreq->submitted < rreq->len); in netfs_begin_read()
648 if (ret == 0 && rreq->submitted < rreq->len) { in netfs_begin_read()
/linux-6.3-rc2/sound/usb/hiface/
A Dpcm.c28 struct usb_anchor submitted; member
192 &rt->out_urbs[i].submitted, 100); in hiface_pcm_stream_stop()
195 &rt->out_urbs[i].submitted); in hiface_pcm_stream_stop()
219 &rt->out_urbs[i].submitted); in hiface_pcm_stream_start()
523 init_usb_anchor(&urb->submitted); in hiface_pcm_init_urb()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cmdbuf.c54 struct list_head submitted; member
325 INIT_LIST_HEAD(&ctx->submitted); in vmw_cmdbuf_ctx_init()
344 !list_empty(&ctx->submitted) && in vmw_cmdbuf_ctx_submit()
349 entry = list_first_entry(&ctx->submitted, in vmw_cmdbuf_ctx_submit()
421 if (!list_empty(&ctx->submitted)) in vmw_cmdbuf_ctx_process()
482 list_add_tail(&header->list, &man->ctx[cb_context].submitted); in vmw_cmdbuf_ctx_add()
603 list_splice_init(&restart_head[i], &ctx->submitted); in vmw_cmdbuf_work_func()
638 if (!list_empty(&ctx->submitted) || in vmw_cmdbuf_man_idle()
/linux-6.3-rc2/drivers/usb/class/
A Dusbtmc.c136 struct usb_anchor submitted; member
181 init_usb_anchor(&file_data->submitted); in usbtmc_open()
916 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read()
1020 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read()
1038 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_read()
1212 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_write()
1240 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_write()
1605 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_write()
1792 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_ioctl_cancel_io()
1798 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_ioctl_cleanup_io()
[all …]
/linux-6.3-rc2/sound/usb/usx2y/
A Dusbusx2y.c214 if (!usx2y->us04->submitted) { in i_usx2y_in04_int()
216 err = usb_submit_urb(usx2y->us04->urb[usx2y->us04->submitted++], GFP_ATOMIC); in i_usx2y_in04_int()
217 } while (!err && usx2y->us04->submitted < usx2y->us04->len); in i_usx2y_in04_int()
A Dusbusx2y.h19 int submitted; member
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Ddev-stateless-decoder.rst235 configuration, as a buffer submitted to the ``OUTPUT`` queue. Typically, this
238 * All the metadata needed to decode the submitted encoded data, in the form of
317 If the request is submitted without an ``OUTPUT`` buffer, or if some of the
326 frames were submitted to the ``OUTPUT`` queue).
348 its units of encoded data are successfully submitted to the ``OUTPUT`` queue.
394 1. If the last submitted request resulted in a ``CAPTURE`` buffer being
400 2. Wait until all submitted requests have completed and dequeue the
417 If the last submitted request resulted in a ``CAPTURE`` buffer being
424 just needs to wait until all the submitted requests are completed.
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/
A Dinternal.rst126 submitted to the packet transport layer, the ``complete()`` callback is
160 All packets to be transmitted by the transport layer must be submitted to
163 re-submitted to this queue due to timeouts or NAK packets sent by the EC.
174 re-submitted due to a packet acknowledgment timeout or NAK. On such a
186 submitted to the serdev subsystem. In case of an error or timeout during
235 re-submitted if it still has some remaining tries left, or completed with
268 or, if there is none, when the packet is first submitted. After it is set,
324 before it is released once it has been submitted to the request transport
365 submitted to this queue via |ssh_rtl_submit|. Once submitted, requests may
366 not be re-submitted, and will not be re-submitted automatically on timeout.
[all …]
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/
A Dp54usb.c187 usb_anchor_urb(urb, &priv->submitted); in p54u_rx_cb()
209 usb_kill_anchored_urbs(&priv->submitted); in p54u_free_urbs()
251 usb_anchor_urb(entry, &priv->submitted); in p54u_init_urbs()
315 usb_anchor_urb(data_urb, &priv->submitted); in p54u_tx_lm87()
369 usb_anchor_urb(int_urb, &priv->submitted); in p54u_tx_net2280()
376 usb_anchor_urb(data_urb, &priv->submitted); in p54u_tx_net2280()
1008 init_usb_anchor(&priv->submitted); in p54u_probe()
A Dp54usb.h152 struct usb_anchor submitted; member
/linux-6.3-rc2/fs/f2fs/
A Dgc.c978 int submitted = 0; in gc_node_segment() local
997 return submitted; in gc_node_segment()
1036 submitted++; in gc_node_segment()
1045 return submitted; in gc_node_segment()
1484 int submitted = 0; in gc_data_segment() local
1508 return submitted; in gc_data_segment()
1546 return submitted; in gc_data_segment()
1619 submitted++; in gc_data_segment()
1633 return submitted; in gc_data_segment()
1662 int submitted = 0; in do_garbage_collect() local
[all …]
A Dcompress.c1197 int *submitted, in f2fs_write_compressed_pages() argument
1214 .submitted = 0, in f2fs_write_compressed_pages()
1340 (*submitted)++; in f2fs_write_compressed_pages()
1424 int *submitted, in f2fs_write_raw_pages() argument
1484 *submitted += _submitted; in f2fs_write_raw_pages()
1493 int *submitted, in f2fs_write_multi_pages() argument
1499 *submitted = 0; in f2fs_write_multi_pages()
1510 err = f2fs_write_compressed_pages(cc, submitted, in f2fs_write_multi_pages()
1517 f2fs_bug_on(F2FS_I_SB(cc->inode), *submitted); in f2fs_write_multi_pages()
1519 err = f2fs_write_raw_pages(cc, submitted, wbc, io_type); in f2fs_write_multi_pages()
/linux-6.3-rc2/Documentation/sparc/oradax/
A Ddax-hv-api.txt27 … of the submitted operations reported through a Completion Area linked to each CCB. Each CCB has a
232 will be ignored. All CCBs in a pipeline must be submitted in the same call to ccb_submit.
1169 the submitted CCBs must all be translated with the same privilege level.
1199 [15:0] Number of CCB bytes successfully submitted
1226 ENORADDR A real address used either for the CCB array, or within one of the submitted
1229 ENOMAP A virtual address used either for the CCB array, or within one of the submitted
1243 ETOOMANY The request was submitted with the all-or-nothing flag set, and the array size is
1254 submitted CCB, or may apply to a larger scope. The status should not be
1260 0 Processing for the exact CCB instance submitted was unavailable,
1302 …Requests status information on a previously submitted CCB. The previously submitted CCB is identif…
[all …]
/linux-6.3-rc2/drivers/dma/
A Dapple-admac.c102 struct list_head submitted; member
233 list_add_tail(&adtx->node, &adchan->submitted); in admac_tx_submit()
475 list_splice_tail_init(&adchan->submitted, &adchan->issued); in admac_issue_pending()
519 list_splice_tail_init(&adchan->submitted, &adchan->to_free); in admac_terminate_all()
865 INIT_LIST_HEAD(&adchan->submitted); in admac_probe()
/linux-6.3-rc2/Documentation/block/
A Dwriteback_cache_control.rst23 The REQ_PREFLUSH flag can be OR ed into the r/w flags of a bio submitted from
36 The REQ_FUA flag can be OR ed into the r/w flags of a bio submitted from the

Completed in 58 milliseconds

12345