Searched refs:delay (Results 1 – 13 of 13) sorted by relevance
/xen/docs/features/ |
A D | intel_psr_mba.pandoc | 28 * THRTL Throttle value or delay value 54 delay applied) by HW automatically. The response of throttling value is 57 Non-linear mode: input delay values are powers-of-two from zero to the 85 MBA defines a range of MSRs to support specifying a delay value (Thrtl) per 193 `linear` means the response of delay value is linear or not. 222 i.e 10% delay.
|
/xen/docs/man/ |
A D | xentop.1.pod | 28 =item B<-d>, B<--delay>=I<SECONDS> 70 set delay between updates
|
A D | xl.cfg.5.pod.in | 2192 No delay for missed ticks. As above, missed interrupts are delivered, 2669 No delay for missed ticks. As above, missed interrupts are delivered,
|
A D | xl.1.pod.in | 1098 Migration delay specifies for how long a vCPU, after it stopped running should
|
/xen/docs/misc/ |
A D | xl-psr.pandoc | 200 to 10% delay by the hardware). 202 If linear values are not supported then input delay values are powers-of-two 209 without any delay. This is the default. 212 that the first domain gets 10% delay to access the cache and the other one 213 without any delay. 216 means that the first domain gets 8% delay to access the cache and the other 217 one without any delay. 225 0, which means all the cache resource can be accessed without delay.
|
A D | xen-command-line.pandoc | 2259 Specify a delay, in microseconds, between migrations of a VCPU between
|
/xen/tools/xenstat/xentop/ |
A D | xentop.c | 205 unsigned int delay = 3; variable 339 delay = new_delay; in set_delay() 1277 delay = atoi(optarg); in main() 1313 if(ch != ERR || (curtime.tv_sec - oldtime.tv_sec) >= delay) { in main() 1339 sleep(delay); in main()
|
A D | TODO | 2 Fractional delay times
|
/xen/docs/misc/arm/ |
A D | passthrough.txt | 180 ti,rx-internal-delay = <0x8>; 181 ti,tx-internal-delay = <0xa>;
|
/xen/xen/drivers/char/ |
A D | ehci-dbgp.c | 801 u32 portsc, delay_time, delay; in ehci_reset_port() local 810 delay = HUB_ROOT_RESET_TIME; in ehci_reset_port() 812 delay_time += delay ) in ehci_reset_port() 814 dbgp_mdelay(delay); in ehci_reset_port()
|
/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 29 # start up. This timeout (in microseconds) specifies the delay after guest
|
/xen/xen/arch/x86/ |
A D | Makefile | 23 obj-y += delay.o
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 1909 + * load). The major choice is a three way tradeoff between low-delay,
|
Completed in 24 milliseconds