/Linux-v5.4/tools/io_uring/ |
D | queue.c | 72 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-v5.4/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 14 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 …]
|
D | client.rst | 128 added and the descriptor must then be submitted. Some DMA engine 173 After calling ``dmaengine_submit()`` the submitted transfer descriptor 278 submitted descriptors or to free any resources accessed within the complete 279 callback of previously submitted descriptors.
|
/Linux-v5.4/Documentation/ABI/testing/ |
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-v5.4/drivers/usb/misc/ |
D | usblcd.c | 55 struct usb_anchor submitted; /* URBs to wait for member 269 usb_anchor_urb(urb, &dev->submitted); in lcd_write() 334 init_usb_anchor(&dev->submitted); in lcd_probe() 397 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in lcd_draw_down() 399 usb_kill_anchored_urbs(&dev->submitted); in lcd_draw_down() 429 usb_kill_anchored_urbs(&dev->submitted); in lcd_disconnect()
|
D | iowarrior.c | 86 struct usb_anchor submitted; member 425 usb_anchor_urb(int_out_urb, &dev->submitted); in iowarrior_write() 761 init_usb_anchor(&dev->submitted); in iowarrior_probe() 869 usb_kill_anchored_urbs(&dev->submitted); in iowarrior_disconnect()
|
/Linux-v5.4/drivers/staging/media/sunxi/cedrus/ |
D | TODO | 6 * Another stateless decoder driver should be submitted; 7 * At least one stateless encoder driver should be submitted.
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_marker.c | 34 u64 submitted; member 65 marker->submitted = ktime_get_raw_ns(); in vmw_marker_push() 94 queue->lag = now - marker->submitted; in vmw_marker_pull()
|
D | vmwgfx_cmdbuf.c | 53 struct list_head submitted; member 324 INIT_LIST_HEAD(&ctx->submitted); in vmw_cmdbuf_ctx_init() 343 !list_empty(&ctx->submitted) && in vmw_cmdbuf_ctx_submit() 348 entry = list_first_entry(&ctx->submitted, in vmw_cmdbuf_ctx_submit() 420 if (!list_empty(&ctx->submitted)) in vmw_cmdbuf_ctx_process() 481 list_add_tail(&header->list, &man->ctx[cb_context].submitted); in vmw_cmdbuf_ctx_add() 602 list_splice_init(&restart_head[i], &ctx->submitted); in vmw_cmdbuf_work_func() 637 if (!list_empty(&ctx->submitted) || in vmw_cmdbuf_man_idle()
|
/Linux-v5.4/Documentation/driver-api/usb/ |
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. 53 are processed in the reverse temporal order they were submitted. 83 first submitted URB is returned.
|
/Linux-v5.4/drivers/usb/ |
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() 578 usb_kill_anchored_urbs(&dev->submitted); in skel_disconnect() 590 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in skel_draw_down() 592 usb_kill_anchored_urbs(&dev->submitted); in skel_draw_down()
|
/Linux-v5.4/drivers/usb/class/ |
D | usbtmc.c | 136 struct usb_anchor submitted; member 181 init_usb_anchor(&file_data->submitted); in usbtmc_open() 886 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read() 990 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read() 1008 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_read() 1070 if (usb_anchor_empty(&file_data->submitted) || wakeup) in usbtmc_write_bulk_cb() 1182 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_write() 1199 if (!usb_wait_anchor_empty_timeout(&file_data->submitted, in usbtmc_generic_write() 1210 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_write() 1575 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_write() [all …]
|
/Linux-v5.4/sound/usb/hiface/ |
D | pcm.c | 28 struct usb_anchor submitted; member 194 &rt->out_urbs[i].submitted, 100); in hiface_pcm_stream_stop() 197 &rt->out_urbs[i].submitted); in hiface_pcm_stream_stop() 221 &rt->out_urbs[i].submitted); in hiface_pcm_stream_start() 541 init_usb_anchor(&urb->submitted); in hiface_pcm_init_urb()
|
/Linux-v5.4/fs/f2fs/ |
D | gc.c | 514 int submitted = 0; in gc_node_segment() local 532 return submitted; in gc_node_segment() 571 submitted++; in gc_node_segment() 580 return submitted; in gc_node_segment() 1000 int submitted = 0; in gc_data_segment() local 1017 return submitted; in gc_data_segment() 1117 submitted++; in gc_data_segment() 1131 return submitted; in gc_data_segment() 1159 int submitted = 0; in do_garbage_collect() local 1221 submitted += gc_node_segment(sbi, sum->entries, segno, in do_garbage_collect() [all …]
|
D | node.c | 1498 static int __write_node_page(struct page *page, bool atomic, bool *submitted, in __write_node_page() argument 1513 .submitted = false, in __write_node_page() 1582 submitted = NULL; in __write_node_page() 1589 submitted = NULL; in __write_node_page() 1591 if (submitted) in __write_node_page() 1592 *submitted = fio.submitted; in __write_node_page() 1676 bool submitted = false; in f2fs_fsync_node_pages() local 1729 &submitted, wbc, true, in f2fs_fsync_node_pages() 1735 } else if (submitted) { in f2fs_fsync_node_pages() 1829 bool submitted = false; in f2fs_sync_node_pages() local [all …]
|
/Linux-v5.4/sound/usb/usx2y/ |
D | usbusx2y.c | 217 if (0 == usX2Y->US04->submitted) in i_usX2Y_In04Int() 219 err = usb_submit_urb(usX2Y->US04->urb[usX2Y->US04->submitted++], GFP_ATOMIC); in i_usX2Y_In04Int() 220 } while (!err && usX2Y->US04->submitted < usX2Y->US04->len); in i_usX2Y_In04Int()
|
D | usbusx2y.h | 19 int submitted; member
|
/Linux-v5.4/drivers/net/wireless/intersil/p54/ |
D | p54usb.c | 186 usb_anchor_urb(urb, &priv->submitted); in p54u_rx_cb() 208 usb_kill_anchored_urbs(&priv->submitted); in p54u_free_urbs() 250 usb_anchor_urb(entry, &priv->submitted); in p54u_init_urbs() 314 usb_anchor_urb(data_urb, &priv->submitted); in p54u_tx_lm87() 368 usb_anchor_urb(int_urb, &priv->submitted); in p54u_tx_net2280() 375 usb_anchor_urb(data_urb, &priv->submitted); in p54u_tx_net2280() 1007 init_usb_anchor(&priv->submitted); in p54u_probe()
|
D | p54usb.h | 152 struct usb_anchor submitted; member
|
/Linux-v5.4/Documentation/ |
D | padata.txt | 26 submitted to this instance in parallel. The cbcpumask defines which 37 cpumasks, submitted by padata_alloc/padata_alloc_possible and the 'usable' 131 Each task submitted to padata_do_parallel() will, in turn, be passed to 155 submitted.
|
/Linux-v5.4/Documentation/sparc/oradax/ |
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-v5.4/drivers/dma/ |
D | mic_x100_dma.c | 217 if (mic_ch->issued == mic_ch->submitted) in mic_dma_issue_pending() 219 mic_ch->issued = mic_ch->submitted; in mic_dma_issue_pending() 233 if (mic_dma_ring_count(ch->issued, ch->submitted) in mic_dma_update_pending() 251 mic_ch->submitted = mic_ch->head; in mic_dma_tx_submit_unlock()
|
/Linux-v5.4/Documentation/block/ |
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-v5.4/drivers/lightnvm/ |
D | pblk-rb.c | 744 unsigned int submitted, to_flush; in pblk_rb_flush_point_count() local 755 submitted = pblk_rb_ring_count(subm, sync, rb->nr_entries); in pblk_rb_flush_point_count() 760 return (submitted < to_flush) ? (to_flush - submitted) : 0; in pblk_rb_flush_point_count()
|
/Linux-v5.4/LICENSES/dual/ |
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
|