| /linux/tools/include/io_uring/ |
| H A D | mini_liburing.h | 210 unsigned int ktail, submitted, to_submit; in io_uring_submit() local 215 submitted = *sq->kring_entries; in io_uring_submit() 225 for (submitted = 0; submitted < to_submit; submitted++) { in io_uring_submit() 232 submitted = to_submit; in io_uring_submit() 235 if (!submitted) in io_uring_submit() 244 ret = io_uring_enter(ring->ring_fd, submitted, 0, in io_uring_submit()
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-pfo-nx-crypto | 33 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/drivers/usb/misc/ |
| H A D | usblcd.c | 55 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()
|
| /linux/drivers/usb/ |
| H A D | usb-skeleton.c | 51 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/Documentation/driver-api/usb/ |
| H A D | anchors.rst | 9 driver has to keep track of the URBs it has submitted 45 are called in the reverse temporal order they were submitted. 72 first submitted URB is returned.
|
| /linux/fs/erofs/ |
| H A D | fscache.c | 27 size_t submitted; /* Length of submitted */ member 249 loff_t pos = req->start + req->submitted; in erofs_fscache_data_read_slice() 276 req->submitted += PAGE_SIZE; in erofs_fscache_data_read_slice() 280 count = req->len - req->submitted; in erofs_fscache_data_read_slice() 286 req->submitted += count; in erofs_fscache_data_read_slice() 309 req->submitted += count; in erofs_fscache_data_read_slice() 321 } while (!ret && req->submitted < req->len); in erofs_fscache_data_read()
|
| /linux/sound/usb/hiface/ |
| H A D | pcm.c | 28 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() 506 init_usb_anchor(&urb->submitted); in hiface_pcm_init_urb()
|
| /linux/drivers/usb/class/ |
| H A D | usbtmc.c | 136 struct usb_anchor submitted; member 181 init_usb_anchor(&file_data->submitted); in usbtmc_open() 926 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read() 1035 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read() 1053 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_read() 1115 if (usb_anchor_empty(&file_data->submitted) || wakeup) in usbtmc_write_bulk_cb() 1227 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_write() 1244 if (!usb_wait_anchor_empty_timeout(&file_data->submitted, in usbtmc_generic_write() 1255 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_write() 1624 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_write() [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 55 struct list_head submitted; member 328 INIT_LIST_HEAD(&ctx->submitted); in vmw_cmdbuf_ctx_init() 347 !list_empty(&ctx->submitted) && in vmw_cmdbuf_ctx_submit() 352 entry = list_first_entry(&ctx->submitted, in vmw_cmdbuf_ctx_submit() 424 if (!list_empty(&ctx->submitted)) in vmw_cmdbuf_ctx_process() 485 list_add_tail(&header->list, &man->ctx[cb_context].submitted); in vmw_cmdbuf_ctx_add() 606 list_splice_init(&restart_head[i], &ctx->submitted); in vmw_cmdbuf_work_func() 641 if (!list_empty(&ctx->submitted) || in vmw_cmdbuf_man_idle()
|
| /linux/fs/netfs/ |
| H A D | read_single.c | 125 rreq->submitted += subreq->len; in netfs_single_dispatch_read() 130 rreq->submitted += subreq->len; in netfs_single_dispatch_read()
|
| H A D | buffered_read.c | 100 while (rreq->submitted < subreq->start + rsize) { in netfs_prepare_read_iterator() 107 rreq->submitted += added; in netfs_prepare_read_iterator() 363 rreq->submitted = rreq->start; in netfs_readahead() 389 rreq->submitted = rreq->start + added; in netfs_create_singular_buffer() 457 rreq->submitted = rreq->start + flen; in netfs_read_gaps()
|
| H A D | direct_read.c | 96 rreq->submitted += slice; in netfs_dispatch_unbuffered_reads() 143 if (!rreq->submitted) { in netfs_unbuffered_read()
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-io-uring.rst | 33 Once at least one entry per queue is submitted, kernel starts 39 pending requests waiting the request will be immediately submitted
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-stateless-decoder.rst | 236 configuration, as a buffer submitted to the ``OUTPUT`` queue. Typically, this 239 * All the metadata needed to decode the submitted encoded data, in the form of 318 If the request is submitted without an ``OUTPUT`` buffer, or if some of the 327 frames were submitted to the ``OUTPUT`` queue). 349 its units of encoded data are successfully submitted to the ``OUTPUT`` queue. 395 1. If the last submitted request resulted in a ``CAPTURE`` buffer being 401 2. Wait until all submitted requests have completed and dequeue the 418 If the last submitted request resulted in a ``CAPTURE`` buffer being 425 just needs to wait until all the submitted requests are completed.
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | internal.rst | 126 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 267 somewhat special. It is either set when the upper layer request is submitted 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 [all …]
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54usb.c | 187 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()
|
| H A D | p54usb.h | 152 struct usb_anchor submitted; member
|
| /linux/sound/usb/usx2y/ |
| H A D | usbusx2y.c | 219 if (!usx2y->us04->submitted) { in i_usx2y_in04_int() 221 err = usb_submit_urb(usx2y->us04->urb[usx2y->us04->submitted++], GFP_ATOMIC); in i_usx2y_in04_int() 222 } while (!err && usx2y->us04->submitted < usx2y->us04->len); in i_usx2y_in04_int()
|
| H A D | usbusx2y.h | 45 int submitted; member
|
| /linux/Documentation/arch/sparc/oradax/ |
| H A D | dax-hv-api.txt | 27 … of the submitted operations reported through a Completion Area linked to each CCB. Each CCB has a 29 …conditional flags, the execution order of submitted CCBs is arbitrary. Likewise, the time to compl… 203 The Long CCB flag indicates whether the submitted CCB is 64 or 128 bytes long; value is 0 for 64 by… 232 will be ignored. All CCBs in a pipeline must be submitted in the same call to ccb_submit. 379 …n option to disable ADI checking for all inputs accessed via virtual address for all CCBs submitted 913 command CCB will only execute when all previous commands submitted in the same request have 1025 …will be cleared by the Hypervisor to reflect the pending execution status when the CCB is submitted 1169 the submitted CCBs must all be translated with the same privilege level. 1171 …By default, all virtual addresses used within the submitted CCBs are translated using the primary … 1181 …implement the serial-conditional behavior at any point where the chain was not submitted in a sing… [all …]
|
| /linux/drivers/dma/ |
| H A D | apple-admac.c | 106 struct list_head submitted; member 239 list_add_tail(&adtx->node, &adchan->submitted); in admac_tx_submit() 481 list_splice_tail_init(&adchan->submitted, &adchan->issued); in admac_issue_pending() 528 list_splice_tail_init(&adchan->submitted, &adchan->to_free); in admac_terminate_all() 885 INIT_LIST_HEAD(&adchan->submitted); in admac_probe()
|
| /linux/Documentation/block/ |
| H A D | writeback_cache_control.rst | 23 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
|
| /linux/LICENSES/dual/ |
| H A D | Apache-2.0 | 64 Derivative Works thereof, that is intentionally submitted to Licensor for 67 purposes of this definition, "submitted" means any form of electronic, 95 Contribution(s) was submitted. If You institute patent litigation 142 Contribution intentionally submitted for inclusion in the Work by You to
|
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 1248 struct usb_anchor submitted; /* in case need to retract our submissions */ member 1656 usb_anchor_urb(urb, &dev->submitted); in lpvo_do_write() 1872 init_usb_anchor(&dev->submitted); in lpvo_probe() 1958 usb_kill_anchored_urbs(&dev->submitted); in lpvo_disconnect() 1968 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in lpvo_draw_down() 1970 usb_kill_anchored_urbs(&dev->submitted); in lpvo_draw_down()
|
| /linux/Documentation/core-api/ |
| H A D | padata.rst | 53 submitted to this instance in parallel and a serial cpumask defines which 114 Each job submitted to padata_do_parallel() will, in turn, be passed to 142 submitted.
|