Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 11 of 11) sorted by relevance

/xen/tools/libxl/
A Dcheck-xl-vif-parse82 one 0 rate=16000000b/s@50ms
84 one 0 rate=2000000B/s@50ms
105 one 0 rate=16Kb/s@50ms
107 one 0 rate=2KB/s@50ms
128 one 0 rate=16Mb/s@50ms
130 one 0 rate=2MB/s@50ms
151 one 0 rate=8Gb/s@50ms
153 one 0 rate=1GB/s@50ms
197 one $e rate=1B/s@4294968ms
A Dlibxl_test_timedereg.c25 static const int ms[2][NTIMES] = { { 2000,1000,2000 }, { 1000,2000,3000 } }; variable
39 rc = libxl__ev_time_register_rel(ao, &et[j][i], occurs, ms[j][i]); in regs()
A Dlibxl_event.c461 static int time_rel_to_abs(libxl__gc *gc, int ms, struct timeval *abs_out) in time_rel_to_abs() argument
465 .tv_sec = ms / 1000, in time_rel_to_abs()
466 .tv_usec = (ms % 1000) * 1000 in time_rel_to_abs()
/xen/xen/arch/x86/hvm/
A Dmtrr.c496 const struct mtrr_state *ms = &vs->arch.hvm.mtrr; in mtrr_pat_not_equal() local
498 if ( md->enabled != ms->enabled ) in mtrr_pat_not_equal()
506 if ( md->def_type != ms->def_type ) in mtrr_pat_not_equal()
510 if ( md->fixed_enabled != ms->fixed_enabled ) in mtrr_pat_not_equal()
514 memcmp(md->fixed_ranges, ms->fixed_ranges, in mtrr_pat_not_equal()
519 if ( num_var_ranges != MASK_EXTR(ms->mtrr_cap, MTRRcap_VCNT) || in mtrr_pat_not_equal()
520 memcmp(md->var_ranges, ms->var_ranges, in mtrr_pat_not_equal()
/xen/docs/man/
A Dxl-network-configuration.5.pod225 C<INTERVAL> is in microseconds and can accept suffixes: ms, us, s.
227 is replenished. The default is 50ms.
232 Vif rate limiting is credit-based. It means that for "1MB/s@20ms", the
234 at "1MB/s" during 20ms. This will results in a credit of 20,000 bytes
241 'rate=1MB/s@20ms' -- meaning 20,000 bytes in every 20 millisecond period
A Dxl.1.pod.in562 Checkpoint domain memory every MS milliseconds (default 200ms).
1084 pre-empting. The default is 30ms. Valid ranges are 1ms to 1000ms.
1085 The length of the timeslice (in ms) must be higher than the length of
1093 is 1000 microseconds (1ms). Valid range is 100 to 500000 (500ms).
1103 Default is 0. Maximum is 100 ms. This can be effective at preventing vCPUs
/xen/xen/arch/x86/cpu/
A Damd.c372 u32 ms; in cpu_has_amd_erratum() local
395 ms = (cpu->x86_model << 4) | cpu->x86_mask; in cpu_has_amd_erratum()
398 (ms >= AMD_MODEL_RANGE_START(range)) && in cpu_has_amd_erratum()
399 (ms <= AMD_MODEL_RANGE_END(range))) { in cpu_has_amd_erratum()
/xen/xen/drivers/char/
A Dconsole.c1185 unsigned long ms; in __printk_ratelimit() local
1188 ms = (unsigned long)now; in __printk_ratelimit()
1191 toks += ms - last_msg; in __printk_ratelimit()
1192 last_msg = ms; in __printk_ratelimit()
A Dehci-dbgp.c531 static inline void dbgp_mdelay(unsigned int ms) in dbgp_mdelay() argument
533 while ( ms-- ) in dbgp_mdelay()
/xen/tools/tests/xen-access/
A Dxen-access.c90 int xc_wait_for_event_or_timeout(xc_interface *xch, xenevtchn_handle *xce, unsigned long ms) in xc_wait_for_event_or_timeout() argument
96 rc = poll(&fd, 1, ms); in xc_wait_for_event_or_timeout()
/xen/docs/misc/
A Dxen-command-line.pandoc616 once every cap period interval. Default is 10 ms. The amount of budget
618 will receive 50% of 10 ms, so 5 ms.
1404 By default, the timeout is 1000 ms. When you see error 'Queue invalidate
1806 ### rcu-idle-timer-period-ms
1904 default is 30ms. Reasonable values may include 10, 5, or even 1 for
1940 in microseconds. The default is 1000us (1ms). Setting this to 0
2041 enforces the maximum theoretically necessary timeout of 670ms. Any number
2262 cache-warming. 1ms (1000) has been measured as a good value.

Completed in 31 milliseconds