Searched refs:ms (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-xl-vif-parse | 82 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 D | libxl_test_timedereg.c | 25 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 D | libxl_event.c | 286 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 D | xl-network-configuration.pod.5 | 225 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 D | xl.pod.1.in | 524 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 D | mtrr.c | 479 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 D | amd.c | 370 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 D | console.c | 1027 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 D | ehci-dbgp.c | 530 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 D | xen-access.c | 92 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 D | xen-command-line.markdown | 1131 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