| /xen/tools/libxl/ |
| A D | check-xl-vif-parse | 54 one $e rate=foo 55 one $e rate=foo 56 one $e rate=10MB 57 one $e rate=10MB/m 58 one $e rate=10ZB 59 one $e rate=10ZB/s 60 one $e rate=10ZB/m 106 one 0 rate=2KB/s 129 one 0 rate=2MB/s 150 one 0 rate=8Gb/s [all …]
|
| A D | libxlu_vif.c | 7 static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) { in xlu__vif_err() argument 10 cfg->config_source, msg, rate); in xlu__vif_err() 93 int xlu_vif_parse_rate(XLU_Config *cfg, const char *rate, libxl_device_nic *nic) in xlu_vif_parse_rate() argument 101 tmprate = strdup(rate); in xlu_vif_parse_rate() 112 xlu__vif_err(cfg, "no rate specified", rate); in xlu_vif_parse_rate() 126 xlu__vif_err(cfg, "rate overflow", rate); in xlu_vif_parse_rate()
|
| A D | libxlutil.h | 125 int xlu_vif_parse_rate(XLU_Config *cfg, const char *rate,
|
| /xen/xen/arch/arm/ |
| A D | time.c | 121 u32 rate; in preinit_dt_xen_time() local 129 res = dt_property_read_u32(timer, "clock-frequency", &rate); in preinit_dt_xen_time() 132 cpu_khz = rate / 1000; in preinit_dt_xen_time() 133 timer_dt_clock_frequency = rate; in preinit_dt_xen_time()
|
| A D | Kconfig.debug | 231 int "Early printk UART baud rate for pl011" 233 Optionally sets the baud rate which should be used to configure
|
| /xen/docs/man/ |
| A D | xl-network-configuration.5.pod | 194 =head2 rate section 196 Specifies the rate at which the outgoing traffic will be limited to. 199 The rate may be specified as "/s" or optionally "/s@". 232 Vif rate limiting is credit-based. It means that for "1MB/s@20ms", the 239 'rate=10Mb/s' -- meaning up to 10 megabits every second 240 'rate=250KB/s' -- meaning up to 250 kilobytes every second 241 'rate=1MB/s@20ms' -- meaning 20,000 bytes in every 20 millisecond period 243 NOTE: The actual underlying limits of rate limiting are dependent
|
| A D | xentrace_format.1.pod | 35 Depending on your system and the rate at which trace data is produced,
|
| A D | xen-tscmode.7.pod | 125 at a constant rate even if the processor changes frequency (for example, 193 fixed rate, Xen provides rdtsc emulation whenever necessary or when 224 it does not ensure that it continues to tick at the same rate during 235 ensures that the TSC is "safe", that is it will increment at a constant rate 239 TSC will be safe and continuously incremented at a fixed rate and thus
|
| A D | xl.cfg.5.pod.in | 2143 (kernel and user) at a fixed 1GHz rate, regardless of the pCPU HZ rate or 2199 delivered at some non-zero rate, if we detect missed ticks then the 2676 delivered at some non-zero rate, if we detect missed ticks then the
|
| A D | xl.1.pod.in | 1168 Attempts to limit the rate of context switching. It is basically the same
|
| /xen/tools/ocaml/xenstored/ |
| A D | oxenstored.conf.in | 27 # If the conflict-rate-limit-is-aggregate flag is true then after each 42 conflict-rate-limit-is-aggregate = true
|
| A D | domains.ml | 39 (* If config is set to use individual instead of aggregate conflict-rate-limiting,
|
| A D | xenstored.ml | 96 ("conflict-rate-limit-is-aggregate", Config.Set_bool Define.conflict_rate_limit_is_aggregate);
|
| /xen/docs/misc/arm/ |
| A D | early-printk.txt | 23 - CONFIG_EARLY_UART_PL011_BAUD_RATE is, optionally, a baud rate which
|
| A D | big.LITTLE.txt | 3 higher power consumption rate, and LITTLE cores, less powerful and
|
| /xen/tools/misc/ |
| A D | xenpm.c | 937 int cpuid = -1, rate = -1; in scaling_sampling_rate_func() local 939 parse_cpuid_and_int(argc, argv, &cpuid, &rate, "rate"); in scaling_sampling_rate_func() 945 if ( xc_set_cpufreq_para(xc_handle, i, SAMPLING_RATE, rate) ) in scaling_sampling_rate_func() 952 if ( xc_set_cpufreq_para(xc_handle, cpuid, SAMPLING_RATE, rate) ) in scaling_sampling_rate_func()
|
| /xen/docs/features/ |
| A D | sched_credit2.pandoc | 56 Global scheduling parameters, such as context switching rate
|
| /xen/docs/misc/ |
| A D | hvm-emulated-unplug.pandoc | 51 terminated by newlines. There's a fairly aggressive rate limiter on
|
| A D | xen-command-line.pandoc | 327 * `<baud>` may be either an integer baud rate, or the string `auto` if 329 * Optionally, the base baud rate (usually the highest baud rate the 370 * `baud` - accepts integer baud rate (eg. 115200) or `auto` 1150 > `= <level>[/<rate-limited level>]` where level is `none | error | warning | info | debug | all` 1159 The optional `<rate-limited level>` option instructs which severities 1160 should be rate limited. 1450 > `= <level>[/<rate-limited level>]` where level is `none | error | warning | info | debug | all` 1459 The optional `<rate-limited level>` option instructs which severities 1460 should be rate limited. 1938 In order to limit the rate of context switching, set the minimum
|
| A D | netif-staging-grants.pandoc | 498 For given Link-speed in Bits/sec and Packet size, real packet rate is
|
| /xen/tools/libacpi/ |
| A D | ssdt_pm.asl | 362 /* Battery status including battery charging/discharging rate. */
|
| /xen/tools/xl/ |
| A D | xl_parse.c | 125 static void parse_vif_rate(XLU_Config **config, const char *rate, in parse_vif_rate() argument 130 e = xlu_vif_parse_rate(*config, rate, nic); in parse_vif_rate()
|
| /xen/tools/firmware/rombios/ |
| A D | rombios.c | 8948 mov bl, #0x07 ;; drive0 determined, multi-rate, has changed line 8957 or bl, #0x70 ;; drive1 determined, multi-rate, has changed line 11456 db 0 ;; data transfer rate
|