Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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.c286 static int time_rel_to_abs(libxl__gc *gc, int ms, struct timeval *abs_out) in time_rel_to_abs() argument
290 .tv_sec = ms / 1000, in time_rel_to_abs()
291 .tv_usec = (ms % 1000) * 1000 in time_rel_to_abs()
/xen-4.10.0-shim-comet/docs/man/
A Dxl-network-configuration.pod.5225 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.pod.1.in524 Checkpoint domain memory every MS milliseconds (default 200ms).
1037 pre-empting. The default is 30ms. Valid ranges are 1ms to 1000ms.
1038 The length of the timeslice (in ms) must be higher than the length of
1046 is 1000 microseconds (1ms). Valid range is 100 to 500000 (500ms).
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dmtrr.c479 struct mtrr_state *ms = &vs->arch.hvm_vcpu.mtrr; in mtrr_pat_not_equal() local
484 res = memcmp(md->fixed_ranges, ms->fixed_ranges, in mtrr_pat_not_equal()
490 res = memcmp(md->var_ranges, ms->var_ranges, in mtrr_pat_not_equal()
496 if ( (md->def_type != ms->def_type) in mtrr_pat_not_equal()
497 && (md->enabled != ms->enabled) ) in mtrr_pat_not_equal()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Damd.c370 u32 ms; in cpu_has_amd_erratum() local
393 ms = (cpu->x86_model << 4) | cpu->x86_mask; in cpu_has_amd_erratum()
396 (ms >= AMD_MODEL_RANGE_START(range)) && in cpu_has_amd_erratum()
397 (ms <= AMD_MODEL_RANGE_END(range))) { in cpu_has_amd_erratum()
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c1027 unsigned long ms; in __printk_ratelimit() local
1030 ms = (unsigned long)now; in __printk_ratelimit()
1033 toks += ms - last_msg; in __printk_ratelimit()
1034 last_msg = ms; in __printk_ratelimit()
A Dehci-dbgp.c530 static inline void dbgp_mdelay(unsigned int ms) in dbgp_mdelay() argument
532 while ( ms-- ) in dbgp_mdelay()
/xen-4.10.0-shim-comet/tools/tests/xen-access/
A Dxen-access.c92 int xc_wait_for_event_or_timeout(xc_interface *xch, xenevtchn_handle *xce, unsigned long ms) in xc_wait_for_event_or_timeout() argument
98 rc = poll(&fd, 1, ms); in xc_wait_for_event_or_timeout()
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown1131 By default, the timeout is 1000 ms. When you see error 'Queue invalidate
1476 ### rcu-idle-timer-period-ms
1560 default is 30ms. Reasonable values may include 10, 5, or even 1 for
1568 in microseconds. The default is 1000us (1ms). Setting this to 0
1658 enforces the maximum theoretically necessary timeout of 670ms. Any number
1743 cache-warming. 1ms (1000) has been measured as a good value.

Completed in 27 milliseconds