Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 23 of 23) sorted by relevance

/xen/tools/libxl/
A Dcheck-xl-vif-parse54 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 Dlibxlu_vif.c7 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 Dlibxlutil.h125 int xlu_vif_parse_rate(XLU_Config *cfg, const char *rate,
/xen/xen/arch/arm/
A Dtime.c121 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 DKconfig.debug231 int "Early printk UART baud rate for pl011"
233 Optionally sets the baud rate which should be used to configure
/xen/docs/man/
A Dxl-network-configuration.5.pod194 =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 Dxentrace_format.1.pod35 Depending on your system and the rate at which trace data is produced,
A Dxen-tscmode.7.pod125 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 Dxl.cfg.5.pod.in2143 (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 Dxl.1.pod.in1168 Attempts to limit the rate of context switching. It is basically the same
/xen/tools/ocaml/xenstored/
A Doxenstored.conf.in27 # If the conflict-rate-limit-is-aggregate flag is true then after each
42 conflict-rate-limit-is-aggregate = true
A Ddomains.ml39 (* If config is set to use individual instead of aggregate conflict-rate-limiting,
A Dxenstored.ml96 ("conflict-rate-limit-is-aggregate", Config.Set_bool Define.conflict_rate_limit_is_aggregate);
/xen/docs/misc/arm/
A Dearly-printk.txt23 - CONFIG_EARLY_UART_PL011_BAUD_RATE is, optionally, a baud rate which
A Dbig.LITTLE.txt3 higher power consumption rate, and LITTLE cores, less powerful and
/xen/tools/misc/
A Dxenpm.c937 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 Dsched_credit2.pandoc56 Global scheduling parameters, such as context switching rate
/xen/docs/misc/
A Dhvm-emulated-unplug.pandoc51 terminated by newlines. There's a fairly aggressive rate limiter on
A Dxen-command-line.pandoc327 * `<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 Dnetif-staging-grants.pandoc498 For given Link-speed in Bits/sec and Packet size, real packet rate is
/xen/tools/libacpi/
A Dssdt_pm.asl362 /* Battery status including battery charging/discharging rate. */
/xen/tools/xl/
A Dxl_parse.c125 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 Drombios.c8948 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

Completed in 739 milliseconds