Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/openbmc/qemu/tests/unit/
H A Dtest-block-backend.c33 bool *completed = opaque; in test_drain_aio_error_flush_cb() local
36 *completed = true; in test_drain_aio_error_flush_cb()
44 bool completed = false; in test_drain_aio_error() local
46 acb = blk_aio_flush(blk, test_drain_aio_error_flush_cb, &completed); in test_drain_aio_error()
48 g_assert(completed == false); in test_drain_aio_error()
51 g_assert(completed == true); in test_drain_aio_error()
61 bool completed = false; in test_drain_all_aio_error() local
63 acb = blk_aio_flush(blk, test_drain_aio_error_flush_cb, &completed); in test_drain_all_aio_error()
65 g_assert(completed == false); in test_drain_all_aio_error()
68 g_assert(completed == true); in test_drain_all_aio_error()
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c109 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 …]
/openbmc/qemu/tests/qemu-iotests/
H A D234.out13 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
15 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
16 completed
17 completed
30 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
32 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
33 completed
34 completed
H A D262.out11 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
13 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
14 completed
15 completed
H A D030669 completed = False
671 while not completed:
684 completed = True
697 completed = False
698 while not completed:
717 completed = True
730 completed = False
731 while not completed:
765 completed = True
777 completed = False
[all …]
/openbmc/bmcweb/http/
H A Dhttp_response.hpp79 completed(res.completed) in Response()
82 if (!res.completed) in Response()
111 if (!r.completed) in operator =()
120 completed = r.completed; in operator =()
156 return completed; in isCompleted()
226 completed = false; in clear()
253 if (completed) in end()
258 completed = true; in end()
274 completed = false; in setCompleteRequestHandler()
283 completed = true; in releaseCompleteRequestHandler()
[all …]
/openbmc/linux/lib/
H A Ddynamic_queue_limits.c21 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()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dopfn.c59 priv->opfn.requested == priv->opfn.completed || priv->opfn.curr) in opfn_conn_request()
62 mask = priv->opfn.requested & ~priv->opfn.completed; in opfn_conn_request()
65 priv->opfn.completed |= OPFN_CODE(capcode); in opfn_conn_request()
76 priv->opfn.completed |= OPFN_CODE(capcode); in opfn_conn_request()
158 if (priv->opfn.completed & OPFN_CODE(capcode)) { in opfn_conn_response()
163 priv->opfn.completed &= ~OPFN_CODE(capcode); in opfn_conn_response()
169 priv->opfn.completed |= OPFN_CODE(capcode); in opfn_conn_response()
202 priv->opfn.completed |= OPFN_CODE(capcode); in opfn_conn_reply()
229 while (priv->opfn.completed) { in opfn_conn_error()
230 capcode = priv->opfn.completed & ~(priv->opfn.completed - 1); in opfn_conn_error()
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Dcq.c95 int i, n, completed = 0; in __ib_process_cq() local
105 budget - completed), wcs)) > 0) { in __ib_process_cq()
115 completed += n; in __ib_process_cq()
117 if (n != batch || (budget != -1 && completed >= budget)) in __ib_process_cq()
121 return completed; in __ib_process_cq()
155 int completed; in ib_poll_handler() local
157 completed = __ib_process_cq(cq, budget, cq->wc, IB_POLL_BATCH); in ib_poll_handler()
158 if (completed < budget) { in ib_poll_handler()
167 rdma_dim(dim, completed); in ib_poll_handler()
169 return completed; in ib_poll_handler()
[all …]
/openbmc/phosphor-gpio-monitor/test/
H A Dutest.cpp17 bool completed{}; variable
59 completed = true; in callbackHandler()
88 EXPECT_EQ(false, completed); in TEST_F()
108 while (count < 2 && !completed) in TEST_F()
123 EXPECT_EQ(true, completed); in TEST_F()
/openbmc/linux/tools/virtio/
H A Dvirtio_test.c173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local
188 completed_before = completed; in run_test()
191 const bool reset = completed > next_reset; in run_test()
196 (started - completed) < batch) { in run_test()
229 ++completed; in run_test()
251 started = completed; in run_test()
252 while (completed > next_reset) in run_test()
253 next_reset += completed; in run_test()
256 if (completed == completed_before && started == started_before) in run_test()
258 assert(completed <= bufs); in run_test()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dprocfs-diskstats13 4 reads completed successfully
17 8 writes completed
30 15 discards completed successfully
39 19 flush requests completed successfully
H A Dsysfs-bus-fsi-devices-sbefifo8 occurred and no transfers have completed since the timeout. A
10 has, more recent transfers have completed successfully.
/openbmc/linux/drivers/media/mc/
H A Dmc-request.c398 obj->completed = false; in media_request_object_init()
442 bool completed = false; in media_request_object_unbind() local
458 if (!obj->completed) in media_request_object_unbind()
470 completed = true; in media_request_object_unbind()
478 if (completed) in media_request_object_unbind()
487 bool completed = false; in media_request_object_complete() local
490 if (obj->completed) in media_request_object_complete()
492 obj->completed = true; in media_request_object_complete()
500 completed = true; in media_request_object_complete()
504 if (completed) in media_request_object_complete()
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pca.c192 int completed = 1; in pca_xfer() local
238 completed = pca_start(adap); in pca_xfer()
243 completed = pca_address(adap, msg); in pca_xfer()
249 completed = pca_tx_byte(adap, in pca_xfer()
258 completed = pca_repeated_start(adap); in pca_xfer()
268 completed = pca_rx_ack(adap, msg->len > 1); in pca_xfer()
275 completed = pca_rx_ack(adap, in pca_xfer()
283 completed = pca_repeated_start(adap); in pca_xfer()
318 completed = pca_repeated_start(adap); in pca_xfer()
345 if (!completed) in pca_xfer()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-request-ioc-reinit.rst36 This avoids having to :c:func:`close()` a completed
37 request and allocate a new request. Instead the completed request can just
41 yet, or if it was queued and completed. Otherwise it will set ``errno``
51 The request is queued but not yet completed.
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_qdio.c80 int completed; in zfcp_qdio_request_tasklet() local
82 completed = qdio_inspect_output_queue(cdev, 0, &start, &error); in zfcp_qdio_request_tasklet()
83 if (completed > 0) { in zfcp_qdio_request_tasklet()
88 zfcp_qdio_zero_sbals(qdio->req_q, start, completed); in zfcp_qdio_request_tasklet()
93 atomic_add(completed, &qdio->req_q_free); in zfcp_qdio_request_tasklet()
166 int completed; in zfcp_qdio_irq_tasklet() local
172 completed = qdio_inspect_input_queue(cdev, 0, &start, &error); in zfcp_qdio_irq_tasklet()
173 if (completed < 0) in zfcp_qdio_irq_tasklet()
175 if (completed > 0) in zfcp_qdio_irq_tasklet()
176 zfcp_qdio_int_resp(cdev, error, 0, start, completed, in zfcp_qdio_irq_tasklet()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Ds3.py49 completed = (percs[-1][0])
53 completed = convertToBytes(completed, completedUnit)
55 progress = (completed/total)*100.0
/openbmc/phosphor-ipmi-flash/
H A Dipmi_flash.md82 **The verification process has completed.**
102 **The update has completed (optional state to reach).**
124 | 11. `sessionStat(...)` | VS | VS (if !completed) |
125 | 11. `sessionStat(...)` | VS | VC (if completed) |
129 | 15. `sessionStat(...)` | US | US (if !completed) |
130 | 15. `sessionStat(...)` | US | UC (if completed) |
/openbmc/linux/drivers/scsi/aacraid/
H A Ddpcsup.c363 int completed = 0; in aac_intr_normal() local
369 completed = 1; in aac_intr_normal()
382 if (completed) in aac_intr_normal()
416 int completed = 0; in aac_intr_normal() local
422 completed = 1; in aac_intr_normal()
435 if (completed) in aac_intr_normal()
/openbmc/linux/Documentation/block/
H A Dbiovecs.rst9 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
64 completed (perhaps to copy the data somewhere else, or perhaps to resubmit
83 * Submitting partially completed bios is now perfectly fine - this comes up
87 It used to be the case that submitting a partially completed bio would work
91 audited to make sure they are - submitting partially completed bios is
/openbmc/pldm/softoff/
H A Dsoftoff.hpp53 return completed; in isCompleted()
145 bool completed = false; member in pldm::SoftPowerOff
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst110 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
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c871 int count, is_short, completed = 0; in read_fifo() local
884 completed = 1; in read_fifo()
889 return completed; in read_fifo()
907 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
947 completed = 1; in write_fifo()
956 return completed; in write_fifo()
972 int count, is_short, completed = 0; in read_ep0_fifo() local
985 completed = 1; in read_ep0_fifo()
990 return completed; in read_ep0_fifo()
1936 int completed = 0; in handle_ep0() local
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Diostats.rst65 Field 1 -- # of reads completed (unsigned long)
66 This is the total number of reads completed successfully.
81 Field 5 -- # of writes completed (unsigned long)
82 This is the total number of writes completed successfully.
102 started or completed. If request runs more than 2 jiffies then some
112 Field 12 -- # of discards completed (unsigned long)
113 This is the total number of discards completed successfully.
125 Field 16 -- # of flush requests completed
126 This is the total number of flush requests completed successfully.
186 number of reads/writes completed.

12345678910>>...19