Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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.h118 int xlu_vif_parse_rate(XLU_Config *cfg, const char *rate,
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtime.c120 u32 rate; in preinit_dt_xen_time() local
128 res = dt_property_read_u32(timer, "clock-frequency", &rate); in preinit_dt_xen_time()
131 cpu_khz = rate / 1000; in preinit_dt_xen_time()
132 timer_dt_clock_frequency = rate; in preinit_dt_xen_time()
/xen-4.10.0-shim-comet/docs/man/
A Dxl-network-configuration.pod.5194 =head2 rate
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.pod.135 Depending on your system and the rate at which trace data is produced,
A Dxen-tscmode.pod.7123 at a constant rate even if the processor changes frequency (for example,
191 fixed rate, Xen provides rdtsc emulation whenever necessary or when
246 it does not ensure that it continues to tick at the same rate during
257 ensures that the TSC is "safe", that is it will increment at a constant rate
261 TSC will be safe and continuously incremented at a fixed rate and thus
A Dxl.cfg.pod.5.in1869 (kernel and user) at a fixed 1GHz rate, regardless of the pCPU HZ rate or
1932 delivered at some non-zero rate, if we detect missed ticks then the
2397 delivered at some non-zero rate, if we detect missed ticks then the
A Dxl.pod.1.in1110 Attempts to limit the rate of context switching. It is basically the same
/xen-4.10.0-shim-comet/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.ml37 (* 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-4.10.0-shim-comet/tools/misc/
A Dxenpm.c923 int cpuid = -1, rate = -1; in scaling_sampling_rate_func() local
925 parse_cpuid_and_int(argc, argv, &cpuid, &rate, "rate"); in scaling_sampling_rate_func()
931 if ( xc_set_cpufreq_para(xc_handle, i, SAMPLING_RATE, rate) ) in scaling_sampling_rate_func()
938 if ( xc_set_cpufreq_para(xc_handle, cpuid, SAMPLING_RATE, rate) ) in scaling_sampling_rate_func()
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dearly-printk.txt24 - <BAUD_RATE> is, optionally a baud rate which should be used to
/xen-4.10.0-shim-comet/docs/features/
A Dsched_credit2.pandoc58 Global scheduling parameters, such as context switching rate
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown291 * `<baud>` may be either an integer baud rate, or the string `auto` if
293 * Optionally, the base baud rate (usually the highest baud rate the
334 * `baud` - accepts integer baud rate (eg. 115200) or `auto`
907 > `= <level>[/<rate-limited level>]` where level is `none | error | warning | info | debug | all`
916 The optional `<rate-limited level>` option instructs which severities
917 should be rate limited.
1175 > `= <level>[/<rate-limited level>]` where level is `none | error | warning | info | debug | all`
1184 The optional `<rate-limited level>` option instructs which severities
1185 should be rate limited.
1566 In order to limit the rate of context switching, set the minimum
A Dhvm-emulated-unplug.markdown51 terminated by newlines. There's a fairly aggressive rate limiter on
A Dnetif-staging-grants.pandoc498 For given Link-speed in Bits/sec and Packet size, real packet rate is
/xen-4.10.0-shim-comet/tools/libacpi/
A Dssdt_pm.asl362 /* Battery status including battery charging/discharging rate. */
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_parse.c123 static void parse_vif_rate(XLU_Config **config, const char *rate, in parse_vif_rate() argument
128 e = xlu_vif_parse_rate(*config, rate, nic); in parse_vif_rate()
/xen-4.10.0-shim-comet/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 38 milliseconds