Home
last modified time | relevance | path

Searched refs:timeout (Results 26 – 50 of 173) sorted by relevance

1234567

/qemu/hw/sd/
H A Domap_mmc.c119 int rsplen, timeout; in omap_mmc_command() local
138 timeout = 0; in omap_mmc_command()
157 timeout = 1; in omap_mmc_command()
174 timeout = 1; in omap_mmc_command()
182 timeout = 1; in omap_mmc_command()
196 timeout = 1; in omap_mmc_command()
215 if (timeout) in omap_mmc_command()
/qemu/tests/qemu-iotests/
H A D24858 vm.event_wait('JOB_STATUS_CHANGE', timeout=3.0,
69 vm.event_wait('JOB_STATUS_CHANGE', timeout=1.0,
H A D185325 timeout=100 # unit: 0.1 seconds
337 timeout=$((timeout - 1))
338 if [ "$timeout" -eq 0 ]; then
H A Dcommon.rc525 local timeout
573 local timeout
590 timeout=10 # *0.5 s
606 timeout=$((timeout - 1))
607 if [ "$timeout" = 0 ]; then
H A Dmeson.build60 # Bump the timeout to 3 minutes for some headroom
68 timeout: 180,
H A Dcommon.qemu85 timeout=yes
143 if [ -n "${timeout}" ]; then
/qemu/tests/qemu-iotests/tests/
H A Dnbd-reconnect-on-open.out4 Check fail to connect with 0 seconds of timeout
8 Check fail to connect with 1 seconds of timeout
/qemu/target/s390x/
H A Ddiag.c31 uint64_t timeout = env->regs[r1 + 1]; in handle_diag_288() local
42 if (func != WDT_DIAG288_CANCEL && timeout < 15) { in handle_diag_288()
53 return diag288_class->handle_timer(diag288, func, timeout); in handle_diag_288()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user-glib.c40 vug_src_prepare(GSource *gsrc, gint *timeout) in vug_src_prepare() argument
42 g_assert(timeout); in vug_src_prepare()
44 *timeout = -1; in vug_src_prepare()
/qemu/target/ppc/
H A Dpower8-pmu.c200 int64_t timeout; in pmc_update_overflow_timer() local
218 timeout = 0; in pmc_update_overflow_timer()
220 timeout = PMC_COUNTER_NEGATIVE_VAL - env->spr[sprn]; in pmc_update_overflow_timer()
227 timer_mod_anticipate(pmc_overflow_timer, env->pmu_base_time + timeout); in pmc_update_overflow_timer()
/qemu/hw/watchdog/
H A Dwdt_diag288.c67 uint64_t func, uint64_t timeout) in wdt_diag288_handle_timer() argument
79 timeout * NANOSECONDS_PER_SECOND); in wdt_diag288_handle_timer()
/qemu/util/
H A Dqemu-timer.c335 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns() argument
338 if (timeout < 0) { in qemu_poll_ns()
342 int64_t tvsec = timeout / 1000000000LL; in qemu_poll_ns()
350 ts.tv_nsec = timeout % 1000000000LL; in qemu_poll_ns()
354 return g_poll(fds, nfds, qemu_timeout_ns_to_ms(timeout)); in qemu_poll_ns()
H A Daio-win32.c328 int timeout; in aio_poll() local
385 timeout = blocking && !have_select_revents in aio_poll()
387 ret = WaitForMultipleObjects(count, events, FALSE, timeout); in aio_poll()
/qemu/hw/s390x/
H A Dsclpquiesce.c24 uint16_t timeout; member
64 sq->timeout = cpu_to_be16(0); in read_event_data()
/qemu/scripts/simplebench/
H A Dbench_block_job.py52 except (ConnectError, socket.timeout):
68 ('BLOCK_JOB_FAILED', None)), timeout=True)
/qemu/tests/avocado/
H A Dmachine_aspeed.py28 timeout = 10 variable in AST1030Machine
90 timeout = 90 variable in AST2x00Machine
291 timeout = 240 variable in AST2x00MachineSDK
H A Dreplay_linux.py29 timeout = 1800 variable in ReplayLinux
98 vm.event_wait('SHUTDOWN', self.timeout)
H A Dmachine_sparc_leon3.py15 timeout = 60 variable in Leon3Machine
/qemu/python/qemu/machine/
H A Dconsole_socket.py74 except socket.timeout:
125 raise socket.timeout
H A Dqtest.py122 def settimeout(self, timeout: Optional[float]) -> None:
124 self._sock.settimeout(timeout)
/qemu/scripts/coverity-scan/
H A Dmodel.c263 int g_poll (GPollFD *fds, unsigned nfds, int timeout) in g_poll() argument
265 return poll(fds, nfds, timeout); in g_poll()
/qemu/io/
H A Dchannel-null.c142 gint *timeout) in qio_channel_null_source_prepare() argument
144 *timeout = -1; in qio_channel_null_source_prepare()
/qemu/hw/scsi/
H A Dscsi-generic.c133 r->io_header.timeout = s->io_timeout * 1000; in execute_command()
138 r->io_header.timeout); in execute_command()
528 uint8_t *buf, uint8_t buf_size, uint32_t timeout) in scsi_SG_IO_FROM_DEV() argument
543 io_header.timeout = timeout * 1000; in scsi_SG_IO_FROM_DEV()
545 trace_scsi_generic_ioctl_sgio_command(cmd[0], io_header.timeout); in scsi_SG_IO_FROM_DEV()
/qemu/include/hw/watchdog/
H A Dwdt_diag288.h32 uint64_t func, uint64_t timeout);
/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml10 timeout: 80m
42 timeout: 30m

1234567