| /xen/automation/scripts/ |
| A D | qubes-x86-64.sh | 10 timeout=120 224 until grep "$wait_and_wakeup" smoke.serial || [ $timeout -le 0 ]; do 226 : $((--timeout)) 228 if [ $timeout -le 0 ]; then 238 until grep "^Welcome to Alpine Linux" smoke.serial || [ $timeout -le 0 ]; do 240 : $((--timeout)) 246 if [ $timeout -le 0 ]; then
|
| /xen/xen/arch/arm/include/asm/arm32/ |
| A D | cmpxchg.h | 62 bool timeout, \ 80 } while (!timeout || ((--max_try) > 0)); \ 94 bool timeout, in __cmpxchg_case_8() argument 115 } while (!timeout || ((--max_try) > 0)); in __cmpxchg_case_8() 124 bool timeout, unsigned int max_try) in __int_cmpxchg() argument 130 return __cmpxchg_case_1(ptr, old, new, timeout, max_try); in __int_cmpxchg() 132 return __cmpxchg_case_2(ptr, old, new, timeout, max_try); in __int_cmpxchg() 134 return __cmpxchg_case_4(ptr, old, new, timeout, max_try); in __int_cmpxchg()
|
| /xen/xen/arch/arm/include/asm/arm64/ |
| A D | cmpxchg.h | 72 bool timeout, \ 93 } while (!timeout || ((--max_try) > 0)); \ 107 bool timeout, unsigned int max_try) in __int_cmpxchg() argument 111 return __cmpxchg_case_1(ptr, old, new, timeout, max_try); in __int_cmpxchg() 113 return __cmpxchg_case_2(ptr, old, new, timeout, max_try); in __int_cmpxchg() 115 return __cmpxchg_case_4(ptr, old, new, timeout, max_try); in __int_cmpxchg() 117 return __cmpxchg_case_8(ptr, old, new, timeout, max_try); in __int_cmpxchg()
|
| /xen/xen/arch/arm/ |
| A D | shutdown.c | 23 int timeout = 10; in machine_halt() local 32 while ( (num_online_cpus() > 1) && (timeout-- > 0) ) in machine_halt() 45 int timeout = 10; in machine_restart() local 59 while ( (num_online_cpus() > 1) && (timeout-- > 0) ) in machine_restart()
|
| A D | time.c | 223 int reprogram_timer(s_time_t timeout) in reprogram_timer() argument 227 if ( timeout == 0 ) in reprogram_timer() 233 deadline = ns_to_ticks(timeout) + boot_count; in reprogram_timer()
|
| /xen/xen/arch/arm/arm64/lib/ |
| A D | bitops.c | 32 static always_inline bool int_##name(int nr, volatile void *p, bool timeout,\ 51 } while ( !timeout || ((--max_try) > 0) ); \ 69 bool timeout, unsigned int max_try) \ 90 } while ( !timeout || ((--max_try) > 0) ); \ 124 bool timeout, unsigned int max_try) in bitop() 139 } while ( !timeout || ((--max_try) > 0) ); in bitop()
|
| /xen/xen/arch/arm/arm32/lib/ |
| A D | bitops.c | 33 static always_inline bool int_##name(int nr, volatile void *p, bool timeout,\ 54 } while ( !timeout || ((--max_try) > 0) ); \ 72 bool timeout, unsigned int max_try) \ 96 } while ( !timeout || ((--max_try) > 0) ); \ 130 bool timeout, unsigned int max_try) in bitop() 147 } while ( !timeout || ((--max_try) > 0) ); in bitop()
|
| /xen/tools/hotplug/NetBSD/rc.d/ |
| A D | xendomains | 89 timeout=$((60 + numdomains * 5)) 99 while [ $timeout -gt 0 ]; do 102 timeout=$((timeout - 10))
|
| A D | xencommons.in | 37 local timeout=30 47 while [ $time -lt $timeout ] && ! `${bindir}/xenstore-read -s / >/dev/null 2>&1` ; do
|
| /xen/xen/drivers/passthrough/vtd/ |
| A D | dmar.h | 146 s_time_t timeout = start + DMAR_OPERATION_TIMEOUT * threshold; \ 153 if ( timeout && NOW() > timeout ) \ 159 timeout = 0; \ 164 if ( !timeout ) \
|
| /xen/tools/hotplug/Linux/ |
| A D | launch-xenstore.in | 29 local timeout=30 31 while [ $time -lt $timeout ] && ! test_xenstore ; do 39 if ! [ $time -lt $timeout ] ; then
|
| A D | vif-openvswitch | 82 do_or_die ovs-vsctl --timeout=30 \ 96 do_without_error ovs-vsctl --timeout=30 \
|
| /xen/xen/include/public/ |
| A D | sched.h | 127 uint64_t timeout; member 141 uint32_t timeout; /* timeout */ member
|
| /xen/xen/arch/arm/platforms/ |
| A D | brcm.c | 126 unsigned int timeout; in brcm_cpu_power_on() local 149 timeout = 10; in brcm_cpu_power_on() 154 if ( timeout-- == 0 ) in brcm_cpu_power_on() 163 if ( timeout == 0 ) in brcm_cpu_power_on()
|
| A D | exynos5.c | 167 unsigned int timeout; in exynos5_cpu_power_up() local 172 timeout = 10; in exynos5_cpu_power_up() 179 if ( --timeout == 0 ) in exynos5_cpu_power_up() 183 if ( timeout == 0 ) in exynos5_cpu_power_up()
|
| /xen/xen/drivers/passthrough/amd/ |
| A D | iommu_cmd.c | 72 s_time_t start, timeout; in flush_command_buffer() local 80 timeout = start + (timeout_base ?: 100) * MILLISECS(threshold); in flush_command_buffer() 83 if ( timeout && NOW() > timeout ) in flush_command_buffer() 90 timeout = 0; in flush_command_buffer() 95 if ( !timeout ) in flush_command_buffer()
|
| /xen/docs/man/ |
| A D | xenwatchdogd.8.pod | 35 =item B<timeout> 43 timer. This must be at least one second, and less than the I<timeout> 44 value. If not specified, it defaults to half the I<timeout> value.
|
| /xen/tools/hotplug/FreeBSD/rc.d/ |
| A D | xencommons.in | 35 local timeout=30 46 while [ $time -lt $timeout ] && ! `${bindir}/xenstore-read -s / >/dev/null 2>&1` ; do
|
| /xen/xen/drivers/acpi/apei/ |
| A D | erst.c | 191 u64 timeout = FIRMWARE_TIMEOUT; in erst_exec_stall_while_true() local 202 if (erst_timedout(&timeout, stall_time)) in erst_exec_stall_while_true() 456 u64 timeout = FIRMWARE_TIMEOUT; in __erst_write_to_storage() local 478 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_write_to_storage() 497 u64 timeout = FIRMWARE_TIMEOUT; in __erst_read_from_storage() local 523 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_read_from_storage() 540 u64 timeout = FIRMWARE_TIMEOUT; in __erst_clear_from_storage() local 562 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_clear_from_storage()
|
| /xen/tools/libs/ctrl/ |
| A D | xc_misc.c | 964 uint32_t timeout, in _xc_livepatch_action() argument 989 sysctl.u.livepatch.u.action.timeout = timeout; in _xc_livepatch_action() 1003 int xc_livepatch_apply(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_apply() argument 1005 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_APPLY, timeout, flags); in xc_livepatch_apply() 1008 int xc_livepatch_revert(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_revert() argument 1010 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_REVERT, timeout, flags); in xc_livepatch_revert() 1013 int xc_livepatch_unload(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_unload() argument 1015 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_UNLOAD, timeout, flags); in xc_livepatch_unload() 1018 int xc_livepatch_replace(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_replace() argument 1020 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_REPLACE, timeout, flags); in xc_livepatch_replace()
|
| /xen/tools/xenstored/ |
| A D | lu.c | 166 if (now - conn->ta_start_time >= lu_status->timeout) in lu_check_lu_allowed() 190 if (conn->ta_start_time && (tdiff >= lu_status->timeout)) { in lu_reject_reason() 309 if (now < lu_status->started_at + lu_status->timeout) in do_lu_start() 354 lu_status->timeout = to; in lu_start()
|
| /xen/xen/arch/x86/ |
| A D | smpboot.c | 422 int maxlvt, timeout, i; in wakeup_secondary_cpu() local 460 timeout = 0; in wakeup_secondary_cpu() 465 } while ( send_status && (timeout++ < 1000) ); in wakeup_secondary_cpu() 474 timeout = 0; in wakeup_secondary_cpu() 479 } while ( send_status && (timeout++ < 1000) ); in wakeup_secondary_cpu() 518 timeout = 0; in wakeup_secondary_cpu() 523 } while ( send_status && (timeout++ < 1000) ); in wakeup_secondary_cpu() 560 int timeout, boot_error = 0, rc = 0; in do_boot_cpu() local 598 for ( timeout = 0; timeout < 50000; timeout++ ) in do_boot_cpu()
|
| /xen/tools/xl/ |
| A D | xl_migrate.c | 94 struct timeval now, waituntil, timeout; in migration_child_report() local 126 timersub(&waituntil, &now, &timeout); in migration_child_report() 134 sr = select(recv_fd+1, &readfds,0,&exceptfds, &timeout); in migration_child_report() 136 if (timercmp(&timeout, &pollinterval, >)) in migration_child_report() 137 timeout = pollinterval; in migration_child_report() 138 sr = select(0,0,0,0, &timeout); in migration_child_report()
|
| /xen/stubdom/ |
| A D | vtpm-microsecond-duration.patch | 6 The timeout and duration fields should be in microseconds according to 10 A 4 element array of UINT32 values each denoting the timeout value in
|
| /xen/tools/pygrub/src/ |
| A D | pygrub | 395 self.screen.timeout(1000) 636 timeout = int(self.cf.timeout) 641 self.run_main(timeout) 642 timeout = -1 646 def run_main(self, timeout = -1): argument 671 while (timeout == -1 or mytime < int(timeout)): 673 if timeout != -1 and mytime != -1: 675 %(int(timeout) - mytime)) 686 if mytime >= int(timeout): 692 self.screen.timeout(-1)
|