Home
last modified time | relevance | path

Searched refs:wait_for (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/qemu/tests/functional/qemu_test/
H A Dlinuxkernel.py21 wait_for=None): argument
29 if wait_for:
30 self.wait_for_console_pattern(wait_for)
/openbmc/u-boot/test/py/tests/
H A Dtest_efi_loader.py186 u_boot_console.wait_for('grub>')
188 u_boot_console.wait_for('SMBIOS')
191 u_boot_console.wait_for('grub>')
193 u_boot_console.wait_for('r = 0')
H A Dtest_ums.py140 u_boot_console.wait_for(re.compile('UMS: LUN.*[\r\n]'))
H A Dtest_dfu.py217 u_boot_console.wait_for('Ctrl+C to exit ...')
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c233 enum sh_mmcif_wait_for wait_for; member
589 host->state, host->wait_for); in sh_mmcif_error_manage()
593 host->state, host->wait_for); in sh_mmcif_error_manage()
597 host->state, host->wait_for); in sh_mmcif_error_manage()
629 host->wait_for = MMCIF_WAIT_FOR_READ; in sh_mmcif_single_read()
653 host->wait_for = MMCIF_WAIT_FOR_READ_END; in sh_mmcif_read_block()
669 host->wait_for = MMCIF_WAIT_FOR_MREAD; in sh_mmcif_multi_read()
709 host->wait_for = MMCIF_WAIT_FOR_WRITE; in sh_mmcif_single_write()
733 host->wait_for = MMCIF_WAIT_FOR_WRITE_END; in sh_mmcif_write_block()
749 host->wait_for = MMCIF_WAIT_FOR_MWRITE; in sh_mmcif_multi_write()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-async-timeout_4.0.3.bb4 timeout logic around block of code or in cases when asyncio.wait_for() \
5 is not suitable. Also it's much faster than asyncio.wait_for() because \
/openbmc/linux/fs/fscache/
H A Dcookie.c383 struct fscache_cookie *wait_for) in fscache_wait_on_collision() argument
385 enum fscache_cookie_state *statep = &wait_for->state; in fscache_wait_on_collision()
387 wait_var_event_timeout(statep, fscache_cookie_is_dropped(wait_for), in fscache_wait_on_collision()
389 if (!fscache_cookie_is_dropped(wait_for)) { in fscache_wait_on_collision()
391 candidate->debug_id, wait_for->debug_id); in fscache_wait_on_collision()
392 wait_var_event(statep, fscache_cookie_is_dropped(wait_for)); in fscache_wait_on_collision()
403 struct fscache_cookie *cursor, *wait_for = NULL; in fscache_hash_cookie() local
416 wait_for = fscache_get_cookie(cursor, in fscache_hash_cookie()
428 if (wait_for) { in fscache_hash_cookie()
429 fscache_wait_on_collision(candidate, wait_for); in fscache_hash_cookie()
[all …]
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_mmu.c40 ret = wait_for(!(V3D_READ(V3D_MMUC_CONTROL) & in v3d_mmu_flush_all()
50 ret = wait_for(!(V3D_READ(V3D_MMU_CTL) & in v3d_mmu_flush_all()
H A Dv3d_gem.c52 if (wait_for((V3D_CORE_READ(core, V3D_GMP_STATUS) & in v3d_idle_axi()
68 if (wait_for((V3D_GCA_READ(V3D_GCA_SAFE_SHUTDOWN_ACK) & in v3d_idle_gca()
199 if (wait_for(!(V3D_CORE_READ(core, V3D_CTL_L2TCACTL) & in v3d_clean_caches()
209 if (wait_for(!(V3D_CORE_READ(core, V3D_CTL_L2TCACTL) & in v3d_clean_caches()
/openbmc/qemu/tests/avocado/
H A Dmigration.py36 wait.wait_for(self.migration_finished,
40 wait.wait_for(self.migration_finished,
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c53 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
279 if (wait_for(GMBUS_REG_READ(GMBUS2 + reg_offset) & in gmbus_xfer()
308 if (wait_for(GMBUS_REG_READ(GMBUS2 + reg_offset) & in gmbus_xfer()
325 …if (i + 1 < num && wait_for(GMBUS_REG_READ(GMBUS2 + reg_offset) & (GMBUS_SATOER | GMBUS_HW_WAIT_PH… in gmbus_xfer()
H A Dcdv_intel_display.c127 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
134 ret = wait_for((REG_READ(SB_PCKT) & SB_BUSY) == 0, 1000); in cdv_sb_read()
146 ret = wait_for((REG_READ(SB_PCKT) & SB_BUSY) == 0, 1000); in cdv_sb_read()
169 ret = wait_for((REG_READ(SB_PCKT) & SB_BUSY) == 0, 1000); in cdv_sb_write()
182 ret = wait_for((REG_READ(SB_PCKT) & SB_BUSY) == 0, 1000); in cdv_sb_write()
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py84 line = await asyncio.wait_for(self.reader.readline(), self.timeout)
137 return await asyncio.wait_for(self.socket.recv(), self.timeout)
/openbmc/qemu/tests/functional/
H A Dtest_sparc_sun4m.py22 wait_for='QEMU advent calendar')
H A Dtest_xtensa_lx60.py23 wait_for='QEMU advent calendar')
H A Dtest_ppc64_e500.py22 wait_for='QEMU advent calendar')
H A Dtest_arm_vexpress.py23 wait_for='QEMU advent calendar')
H A Dtest_arm_collie.py28 wait_for='reboot: Restarting system')
H A Dtest_sh4_r2d.py28 wait_for='QEMU advent calendar')
H A Dtest_ppc_mac.py27 wait_for='QEMU advent calendar')
H A Dtest_sh4eb_r2d.py28 console_index=1, wait_for='Type exit when done')
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch80 @@ -2926,11 +2932,13 @@ wait_for (pid, flags)
86 - internal_debug ("wait_for: recursively setting old_sigint_handler to wait_sigint_handler: running…
93 + internal_debug ("wait_for: recursively setting old_sigint_handler to wait_sigint_handler: runni…
/openbmc/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c373 if (wait_for(intel_pxp_gsccs_is_ready_for_sessions(pxp), 250)) in intel_pxp_get_readiness_status()
376 if (wait_for(pxp_component_bound(pxp), 250)) in intel_pxp_get_readiness_status()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c150 err = wait_for(*marker != 0, 300); in proxy_send_to_gsc()
266 err = wait_for(gsc->proxy.component, GSC_PROXY_INIT_TIMEOUT_MS); in intel_gsc_proxy_request_handler()
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp58 if (future.wait_for(precission) == std::future_status::ready) in waitForFutures()

123