/Linux-v4.19/drivers/infiniband/core/ |
D | cq.c | 32 int i, n, completed = 0; in __ib_process_cq() local 40 budget - completed), wcs)) > 0) { in __ib_process_cq() 50 completed += n; in __ib_process_cq() 52 if (n != batch || (budget != -1 && completed >= budget)) in __ib_process_cq() 56 return completed; in __ib_process_cq() 89 int completed; in ib_poll_handler() local 91 completed = __ib_process_cq(cq, budget, cq->wc, IB_POLL_BATCH); in ib_poll_handler() 92 if (completed < budget) { in ib_poll_handler() 98 return completed; in ib_poll_handler() 109 int completed; in ib_cq_poll_work() local [all …]
|
/Linux-v4.19/tools/virtio/ringtest/ |
D | main.c | 109 int completed = 0; in run_guest() local 121 completed_before = completed; in run_guest() 124 started - completed < max_outstanding) { in run_guest() 140 ++completed; in run_guest() 141 if (__builtin_expect(completed == bufs, false)) in run_guest() 146 if (completed == completed_before) in run_guest() 148 assert(completed <= bufs); in run_guest() 168 int completed = 0; in run_host() local 183 completed_before = completed; in run_host() 187 ++completed; in run_host() [all …]
|
/Linux-v4.19/lib/ |
D | dynamic_queue_limits.c | 21 unsigned int ovlimit, completed, num_queued; in dql_completed() local 29 completed = dql->num_completed + count; in dql_completed() 32 inprogress = num_queued - completed; in dql_completed() 34 all_prev_completed = AFTER_EQ(completed, dql->prev_num_queued); in dql_completed() 53 limit += POSDIFF(completed, dql->prev_num_queued) + in dql_completed() 83 2 * (completed - dql->num_completed)); in dql_completed() 108 dql->adj_limit = limit + completed; in dql_completed() 111 dql->num_completed = completed; in dql_completed()
|
/Linux-v4.19/drivers/i2c/algos/ |
D | i2c-algo-pca.c | 187 int completed = 1; in pca_xfer() local 233 completed = pca_start(adap); in pca_xfer() 238 completed = pca_address(adap, msg); in pca_xfer() 244 completed = pca_tx_byte(adap, in pca_xfer() 253 completed = pca_repeated_start(adap); in pca_xfer() 263 completed = pca_rx_ack(adap, msg->len > 1); in pca_xfer() 270 completed = pca_rx_ack(adap, in pca_xfer() 278 completed = pca_repeated_start(adap); in pca_xfer() 313 completed = pca_repeated_start(adap); in pca_xfer() 339 if (!completed) in pca_xfer()
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | intr.c | 68 struct list_head completed[HOST1X_INTR_ACTION_COUNT]) in remove_completed_waiters() 77 dest = completed + waiter->action; in remove_completed_waiters() 144 static void run_handlers(struct list_head completed[HOST1X_INTR_ACTION_COUNT]) in run_handlers() 146 struct list_head *head = completed; in run_handlers() 170 struct list_head completed[HOST1X_INTR_ACTION_COUNT]; in process_wait_list() local 175 INIT_LIST_HEAD(completed + i); in process_wait_list() 180 completed); in process_wait_list() 191 run_handlers(completed); in process_wait_list()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | procfs-diskstats | 12 4 - reads completed successfully 16 8 - writes completed 27 15 - discards completed successfully
|
/Linux-v4.19/tools/virtio/ |
D | virtio_test.c | 158 long started = 0, completed = 0; in run_test() local 167 completed_before = completed; in run_test() 184 ++completed; in run_test() 189 if (completed == completed_before) in run_test() 191 assert(completed <= bufs); in run_test() 193 if (completed == bufs) in run_test()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | msgqueue_0137c63d.c | 271 DECLARE_COMPLETION_ONSTACK(completed); in acr_boot_falcon() 291 acr_boot_falcon_callback, &completed, true); in acr_boot_falcon() 293 if (!wait_for_completion_timeout(&completed, msecs_to_jiffies(1000))) in acr_boot_falcon() 329 DECLARE_COMPLETION_ONSTACK(completed); in acr_boot_multiple_falcons() 355 acr_boot_multiple_falcons_callback, &completed, true); in acr_boot_multiple_falcons() 357 if (!wait_for_completion_timeout(&completed, msecs_to_jiffies(1000))) in acr_boot_multiple_falcons()
|
D | msgqueue_0148cdec.c | 201 DECLARE_COMPLETION_ONSTACK(completed); in acr_boot_falcon() 221 acr_boot_falcon_callback, &completed, true); in acr_boot_falcon() 223 if (!wait_for_completion_timeout(&completed, msecs_to_jiffies(1000))) in acr_boot_falcon()
|
/Linux-v4.19/drivers/usb/musb/ |
D | cppi_dma.c | 1007 bool completed = false; in cppi_rx_scan() local 1022 (safe2ack || completed) && bd && i < NUM_RXCHAN_BD; in cppi_rx_scan() 1028 if (!completed && (bd->hw_options & CPPI_OWN_SET)) in cppi_rx_scan() 1038 if ((bd->hw_options & CPPI_SOP_SET) && !completed) in cppi_rx_scan() 1044 completed = true; in cppi_rx_scan() 1046 if (!completed && len < bd->buflen) { in cppi_rx_scan() 1052 completed = true; in cppi_rx_scan() 1081 completed = true; in cppi_rx_scan() 1110 completed ? ", completed" : "", in cppi_rx_scan() 1115 if (!completed) { in cppi_rx_scan() [all …]
|
/Linux-v4.19/Documentation/block/ |
D | biovecs.txt | 9 the iterator will be modified as the bio is completed, not the biovec. 14 bv_len by the number of bytes completed in that biovec. 20 bytes completed in the current bvec. 23 particular, presenting the illusion of partially completed biovecs so that 62 completed (perhaps to copy the data somewhere else, or perhaps to resubmit 81 * Submitting partially completed bios is now perfectly fine - this comes up 85 It used to be the case that submitting a partially completed bio would work 89 audited to make sure they are - submitting partially completed bios is
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_breadcrumbs.c | 394 struct rb_node **p, *parent, *completed; in __intel_engine_add_wait() local 415 completed = NULL; in __intel_engine_add_wait() 447 completed = parent; in __intel_engine_add_wait() 472 if (completed) { in __intel_engine_add_wait() 479 struct rb_node *next = rb_next(completed); in __intel_engine_add_wait() 485 struct intel_wait *crumb = to_wait(completed); in __intel_engine_add_wait() 486 completed = rb_prev(completed); in __intel_engine_add_wait() 488 } while (completed); in __intel_engine_add_wait()
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 110 Each time a transfer is completed on a channel, an interrupt might be 113 transfer being completed into the physical channel's completion mark. 117 any lock to find out what is the latest completed transfer in a running 132 If a transfer is completed while this handling is done, a dma irq will 137 Residue granularity will be descriptor based. The issued but not completed 183 - completed queue : empty 187 It should be noted that after tx3 is completed, the channel is stopped, and
|
/Linux-v4.19/drivers/block/mtip32xx/ |
D | mtip32xx.h | 188 u32 completed; member 195 mtip_workq_sdbfx(w->port, group, w->completed); \ 363 void __iomem *completed[MTIP_MAX_SLOT_GROUPS]; member
|
D | mtip32xx.c | 399 writel(0xFFFFFFFF, port->completed[i]); in mtip_init_port() 555 u32 completed; in mtip_handle_tfe() local 579 completed = readl(port->completed[group]); in mtip_handle_tfe() 581 dev_warn(&dd->pdev->dev, "g=%u, comp=%x\n", group, completed); in mtip_handle_tfe() 584 writel(completed, port->completed[group]); in mtip_handle_tfe() 587 for (bit = 0; bit < 32 && completed; bit++) { in mtip_handle_tfe() 588 if (!(completed & (1<<bit))) in mtip_handle_tfe() 702 u32 completed) in mtip_workq_sdbfx() argument 708 if (!completed) { in mtip_workq_sdbfx() 709 WARN_ON_ONCE(!completed); in mtip_workq_sdbfx() [all …]
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 874 int count, is_short, completed = 0; in read_fifo() local 887 completed = 1; in read_fifo() 892 return completed; in read_fifo() 910 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local 950 completed = 1; in write_fifo() 959 return completed; in write_fifo() 975 int count, is_short, completed = 0; in read_ep0_fifo() local 988 completed = 1; in read_ep0_fifo() 993 return completed; in read_ep0_fifo() 1939 int completed = 0; in handle_ep0() local [all …]
|
/Linux-v4.19/drivers/iio/adc/ |
D | fsl-imx25-gcq.c | 41 struct completion completed; member 85 complete(&priv->completed); in mx25_gcq_irq() 118 &priv->completed, MX25_GCQ_TIMEOUT); in mx25_gcq_get_raw_value() 316 init_completion(&priv->completed); in mx25_gcq_probe()
|
/Linux-v4.19/drivers/macintosh/ |
D | adb.c | 607 struct adb_request *completed; member 631 struct adb_request **ap = &state->completed; in adb_write_done() 681 state->completed = NULL; in adb_open() 700 && state->completed == NULL) { in adb_release() 732 req = state->completed; in adb_read() 734 state->completed = req->next; in adb_read()
|
/Linux-v4.19/Documentation/ |
D | iostats.txt | 64 Field 1 -- # of reads completed 65 This is the total number of reads completed successfully. 80 Field 5 -- # of writes completed 81 This is the total number of writes completed successfully. 107 Field 12 -- # of discards completed 108 This is the total number of discards completed successfully. 169 number of reads/writes completed.
|
/Linux-v4.19/drivers/vhost/ |
D | vringh.c | 415 used_idx = vrh->last_used_idx + vrh->completed; in __vringh_complete() 445 vrh->completed += num_used; in __vringh_complete() 485 if (unlikely(vrh->completed > 0xffff)) in __vringh_need_notify() 489 vrh->last_used_idx + vrh->completed, in __vringh_need_notify() 492 vrh->last_used_idx += vrh->completed; in __vringh_need_notify() 493 vrh->completed = 0; in __vringh_need_notify() 620 vrh->completed = 0; in vringh_init_user() 881 vrh->completed = 0; in vringh_init_kern()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | gsi.c | 39 bool completed:1; member 83 if (!wr->completed) in generate_completions() 90 wr->completed = false; in generate_completions() 105 wr->completed = true; in handle_single_completion() 435 gsi_wr->completed = true; in mlx5_ib_add_outstanding_wr()
|
/Linux-v4.19/kernel/rcu/ |
D | rcutorture.c | 316 unsigned long completed; in rcu_read_delay() local 329 completed = cur_ops->get_gp_seq(); in rcu_read_delay() 331 started, completed); in rcu_read_delay() 1310 unsigned long completed; in rcu_torture_one_read() local 1340 completed = cur_ops->get_gp_seq(); in rcu_torture_one_read() 1343 ts, started, completed); in rcu_torture_one_read() 1347 completed = rcutorture_seq_diff(completed, started); in rcu_torture_one_read() 1348 if (completed > RCU_TORTURE_PIPE_LEN) { in rcu_torture_one_read() 1350 completed = RCU_TORTURE_PIPE_LEN; in rcu_torture_one_read() 1352 __this_cpu_inc(rcu_torture_batch[completed]); in rcu_torture_one_read()
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | simple_sync_srcu.c | 42 idx = 1 ^ (sp->completed & 1); in synchronize_srcu()
|
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_drm.h | 45 void (*du_complete)(void *data, bool completed, u32 crc);
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_interval.h | 15 unsigned int completed:1; /* this has been completed already; member
|