Home
last modified time | relevance | path

Searched refs:timeout (Results 101 – 125 of 175) sorted by relevance

1234567

/qemu/tests/avocado/
H A Dtcg_plugins.py24 timeout = 120 variable in PluginKernelBase
H A Dlinux_ssh_mips_malta.py30 timeout = 150 # Not for 'configure --enable-debug --enable-debug-tcg' variable in LinuxSSH
H A Dmachine_mips_malta.py40 timeout = 30 variable in MaltaMachineFramebuffer
H A Dreplay_kernel.py34 timeout = 120 variable in ReplayKernelBase
437 timeout = 180 variable in ReplayKernelSlow
H A Dppc_hv_tests.py53 timeout = 1000 variable in HypervisorTest
H A Dmachine_s390_ccw_virtio.py24 timeout = 120 variable in S390CCWVirtioMachine
/qemu/chardev/
H A Dspice.c126 static gboolean spice_char_source_prepare(GSource *source, gint *timeout) in spice_char_source_prepare() argument
131 *timeout = -1; in spice_char_source_prepare()
H A Dchar-io.c45 gint *timeout) in io_watch_poll_prepare() argument
/qemu/.gitlab-ci.d/
H A Dwindows.yml13 timeout: 100m
24 # the project timeout.
H A Dbuildtest.yml443 timeout: 70m
478 timeout: 90m
516 timeout: 80m
550 timeout: 70m
588 timeout: 80m
749 timeout: 3h
/qemu/hw/watchdog/
H A Dtrace-events27 spapr_watchdog_start(uint64_t flags, uint64_t num, uint64_t timeout) "Flags 0x%" PRIx64 " num=%" PR…
/qemu/hw/scsi/
H A Dtrace-events280 lsi_execute_script_blockmove_delayed(void) "Delayed select timeout"
289 lsi_execute_script_tc_delayedselect_timeout(void) "Delayed select timeout"
346 …md, uint64_t lba, int len, uint32_t timeout) "disk aio sgio: tag=0x%x cmd=0x%x (sector %" PRId64 "…
360 …_sgio_command(uint32_t tag, uint8_t cmd, uint32_t timeout) "generic aio sgio: tag=0x%x cmd=0x%x ti…
361 …csi_generic_ioctl_sgio_command(uint8_t cmd, uint32_t timeout) "generic ioctl sgio: cmd=0x%x timeou…
/qemu/block/
H A Dcurl.c115 uint64_t timeout; member
481 if (curl_easy_setopt(state->curl, CURLOPT_TIMEOUT, (long)s->timeout) || in curl_init_state()
730 s->timeout = qemu_opt_get_number(opts, CURL_BLOCK_OPT_TIMEOUT, in curl_open()
732 if (s->timeout > CURL_TIMEOUT_MAX) { in curl_open()
H A Discsi.c1620 *header_digest, *timeout; in iscsi_parse_iscsi_option() local
1664 timeout = qemu_opt_get(opts, "timeout"); in iscsi_parse_iscsi_option()
1665 if (timeout) { in iscsi_parse_iscsi_option()
1666 qdict_set_default_str(options, "timeout", timeout); in iscsi_parse_iscsi_option()
1810 int i, ret = 0, timeout = 0, lun; in iscsi_open() local
1889 timeout = qemu_opt_get_number(opts, "timeout", 0); in iscsi_open()
1891 iscsi_set_timeout(iscsi, timeout); in iscsi_open()
1893 if (timeout) { in iscsi_open()
/qemu/io/
H A Dchannel-tls.c423 qio_channel_tls_source_prepare(GSource *source, gint *timeout) in qio_channel_tls_source_prepare() argument
425 *timeout = -1; in qio_channel_tls_source_prepare()
/qemu/nbd/
H A Dtrace-events81 nbd_connect_thread_sleep(uint64_t timeout) "timeout %" PRIu64
/qemu/hw/hyperv/
H A Dhyperv.c822 msg.u.recv.timeout = debug_data_in->timeout; in hyperv_hcall_retreive_dbg_data()
940 msg.u.recv.timeout = 0; in hyperv_syndbg_recv()
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-s390x.yml31 timeout: 75m
/qemu/net/
H A Dtap-win32.c144 DWORD result, timeout = block ? INFINITE : 0L; in get_buffer_from_output_queue() local
147 result = WaitForSingleObject(overlapped->output_queue_semaphore, timeout); in get_buffer_from_output_queue()
/qemu/ui/
H A Dspice-display.c819 uint64_t timeout; in qemu_spice_gl_block() local
822 timeout = qemu_clock_get_ms(QEMU_CLOCK_REALTIME); in qemu_spice_gl_block()
823 timeout += 1000; /* one sec */ in qemu_spice_gl_block()
824 timer_mod(ssd->gl_unblock_timer, timeout); in qemu_spice_gl_block()
/qemu/target/arm/tcg/
H A Dop_helper.c412 void HELPER(wfit)(CPUARMState *env, uint64_t timeout) in HELPER()
434 if (cpu_has_work(cs) || cntvct >= timeout) { in HELPER()
448 if (uadd64_overflow(timeout, offset, &nexttick)) { in HELPER()
/qemu/hw/char/
H A Dexynos4210_uart.c391 uint32_t timeout = ((s->reg[I_(UCON)] >> 12) & 0x0f) * s->wordtime; in exynos4210_uart_rx_timeout_set() local
394 qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + timeout); in exynos4210_uart_rx_timeout_set()
/qemu/tests/qemu-iotests/
H A D296176 if vm.events_wait([event], timeout=0.0) is not None:
/qemu/tests/fp/
H A Dmeson.build127 suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 180)
/qemu/include/block/
H A Daio.h91 int (*wait)(AioContext *ctx, AioHandlerList *ready_list, int64_t timeout);

1234567