Home
last modified time | relevance | path

Searched full:queued (Results 1 – 25 of 115) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py46 # build queued; check shown as queued
47 selector = base_selector + '[data-build-state="Queued"]'
50 'Build queued', 'build should show queued status')
/openbmc/phosphor-ipmi-flash/
H A Ddata.hpp10 std::uint32_t length; /* Length of the data queued (little endian). */
/openbmc/obmc-ikvm/
H A Dikvm_video.cpp91 buffers[buf.index].queued = false; in getFrame()
116 if (!buffers[i].queued) in getFrame()
131 buffers[i].queued = true; in getFrame()
242 buffers[i].queued = false; in resize()
357 buffers[i].queued = true; in resize()
502 buffers[i].queued = false; in stop()
H A Dikvm_video.hpp138 Buffer() : data(nullptr), queued(false), payload(0), size(0) {} in Buffer()
146 bool queued; member
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dmrb_section.html71 <%else state == 'Queued'%>
72 <%include tmpl='#queued-build-template'/%>
87 <!-- queued build -->
88 <script id="queued-build-template" type="text/x-jsrender">
94 Build queued
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/
H A D0005_reorder_buildrequest_states.py17 …field=models.IntegerField(choices=[(0, 'created'), (1, 'queued'), (2, 'in progress'), (3, 'failed'…
H A D0003_add_cancelling_state.py17 …field=models.IntegerField(default=0, choices=[(0, b'created'), (1, b'queued'), (2, b'in progress')…
H A D0004_auto_20160523_1446.py32 …field=models.IntegerField(default=0, choices=[(0, 'created'), (1, 'queued'), (2, 'in progress'), (…
/openbmc/docs/designs/
H A Dbmc-boot-ready.md77 the BMC is not at `Ready` then the request will be queued and the state
109 - Ensure a power on request is properly queued and executed when it is made
/openbmc/qemu/docs/
H A Dcolo-proxy.txt27 all primary packet has queued. Otherwise just send the queued primary
28 packet and drop the queued secondary packet.
96 If packet same,send queued primary packet and clear
97 queued secondary packet, Otherwise send primary packet
/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c276 * | | <queued> |
278 * | <queued> | <dequeued> |
377 * | | <queued> | | |
379 * | | | <queued> | |
381 * | | | | <queued> |
/openbmc/service-config-manager/src/
H A Dutils.cpp66 // this way we guarantee that queued job id is done. in systemdUnitAction()
79 // Queued job is done, return now in systemdUnitAction()
/openbmc/qemu/net/
H A Dfilter-buffer.c48 * TODO: We should leave them queued. But currently there's no way in filter_buffer_release_timer()
77 * will be queued in incoming queue and sender's poll will be disabled in filter_buffer_receive_iov()
/openbmc/qemu/util/
H A Ddbus.c16 * qemu_dbus_get_queued_owners() - return the list of queued unique names
H A Dqemu-coroutine.c253 /* Run co and any queued coroutines */ in qemu_aio_coroutine_enter()
295 /* Queued coroutines are run depth-first; previously pending coroutines in qemu_aio_coroutine_enter()
296 * run after those queued more recently. in qemu_aio_coroutine_enter()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_tpl.c106 * Lower the TPL level and check that the queued notification
208 efi_st_error("Queued timer event did not fire\n"); in execute()
/openbmc/qemu/docs/devel/
H A Dtrivial-patches.rst40 that the patch is queued.
/openbmc/openpower-host-ipmi-oem/
H A Dhost-interface.hpp36 * Note that the command will be queued in a FIFO if
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.hpp40 * Note that the command will be queued in a FIFO if
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst256 The "x-migration-max-queued-buffers-size" property allows capping the total size
257 of these VFIO device state buffers queued at the destination.
261 depends on the particular setup by default this queued buffers size limit is
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_close_unittest.cpp52 * data queued. in TEST_F()
/openbmc/u-boot/include/
H A Dfis.h33 * Register - Host to Device FIS for read/write FPDMA queued
/openbmc/qemu/hw/nvme/
H A Dtrace-events76 pci_nvme_process_aers(int queued) "queued %d"
84 pci_nvme_enqueue_event_noqueue(int queued) "queued %d"
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.h74 req->queued = true; in dwc3_gadget_move_request_queued()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dsdram_ast2600.h68 /* default request queued limitation mask (0xFFBBFFF4) */

12345