Home
last modified time | relevance | path

Searched refs:average (Results 1 – 25 of 103) sorted by relevance

12345

/Linux-v4.19/drivers/staging/greybus/tools/
DREADME.loopback180 requests per-sec: min=390, max=547, average=469.299988, jitter=157
181 ap-throughput B/s: min=90480 max=126904 average=108762.101562 jitter=36424
182 ap-latency usec: min=1826 max=2560 average=2146.000000 jitter=734
183 apbridge-latency usec: min=1620 max=1982 average=1882.099976 jitter=362
184 gpbridge-latency usec: min=56 max=57 average=57.099998 jitter=1
194 requests per-sec: min=397, max=538, average=461.700012, jitter=141
195 ap-throughput B/s: min=92104 max=124816 average=106998.898438 jitter=32712
196 ap-latency usec: min=1856 max=2514 average=2185.699951 jitter=658
197 apbridge-latency usec: min=1460 max=2296 average=1828.599976 jitter=836
198 gpbridge-latency usec: min=56 max=57 average=57.099998 jitter=1
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c270 } average; variable
881 if ((t != &average.threads) && in format_counters()
902 if (t == &average.threads) { in format_counters()
1166 format_counters(&average.threads, &average.cores, &average.packages); in format_all_counters()
1438 average.threads.apic_id = t->apic_id; in sum_counters()
1440 average.threads.x2apic_id = t->x2apic_id; in sum_counters()
1443 if (average.threads.tv_begin.tv_sec == 0) in sum_counters()
1444 average.threads.tv_begin = t->tv_begin; in sum_counters()
1447 average.threads.tv_end = t->tv_end; in sum_counters()
1449 average.threads.tsc += t->tsc; in sum_counters()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/staging/iio/adc/
Dspear-adc.txt12 - average-samples: Number of samples to generate an average value. If
/Linux-v4.19/drivers/iio/adc/
Dspear_adc.c50 u32 average; member
70 struct chan_data average; member
119 return __raw_readl(&st->adc_base_spear6xx->average.msb) & in spear_adc_get_average()
122 return __raw_readl(&st->adc_base_spear3xx->average) & in spear_adc_get_average()
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dimx6ul_tsc.txt20 - touchscreen-average-samples: Number of data samples which are averaged for
37 touchscreen-average-samples = <32>;
Dti-tsc-adc.txt60 channel of ADC. If average is 16 then input
64 average to 16 averages. Maximum value is 16.
Dstmpe.txt15 - st,ave-ctrl: Sample average control (0 -> 1 sample, 1 -> 2 samples, 2 -> 4
Dtouchscreen.txt20 - touchscreen-average-samples : Number of data samples which are averaged
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_common.c527 unsigned int average; in b43_phy_shm_tssi_read() local
553 average = (a + b + c + d + 2) / 4; in b43_phy_shm_tssi_read()
558 average = (average >= 13) ? (average - 13) : 0; in b43_phy_shm_tssi_read()
561 return average; in b43_phy_shm_tssi_read()
/Linux-v4.19/Documentation/hwmon/
Dfam15h_power52 calculate the average power consumed by a processor during a
67 * PwrCPUave: CPU average power
83 v. Calculate the average power consumption for a compute unit over
Dacpi_power_meter18 features--a power meter that returns average power use over a configurable
38 average power consumption exceeds the cap, an ACPI event will be broadcast on
Dmax34440102 curr[1-4]_average Historical average current (MAX34446/34451 only).
111 power[1,3]_average Historical average power.
125 temp[1-8]_average Historical average temperature (MAX34446 only).
Dina322133 average is above this value.
/Linux-v4.19/tools/power/cpupower/bench/
DREADME-BENCH9 - Identify average reaction time of a governor to CPU load changes
97 governor in average behaves as expected.
116 -n, --cycles=<int> load/sleep cycles to get an average value to compare
/Linux-v4.19/drivers/base/regmap/
Dregcache-rbtree.c146 int this_registers, average; in rbtree_show() local
168 average = registers / nodes; in rbtree_show()
170 average = 0; in rbtree_show()
173 nodes, registers, average, mem_size); in rbtree_show()
/Linux-v4.19/arch/sh/drivers/
DKconfig12 a hyperbolic function of the 5-minute load average.
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
DREADME149 This event is generated when the average received RSSI in beacons goes
153 This event is generated when the average received RSSI in beacons goes
157 This event is generated when the average received SNR in beacons goes
161 This event is generated when the average received SNR in beacons goes
/Linux-v4.19/arch/x86/events/
DKconfig35 average power consumption on Family 15h processors.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-platform-trackpoint51 or release, relative to the running average.
58 (RW) The offset from the running average required to generate a
Dsysfs-class-power91 Reports an average IBAT current reading for the battery, over a
93 which they average readings to smooth out the reported value.
254 Reports an average VBAT voltage reading for the battery, over a
256 which they average readings to smooth out the reported value.
297 Reports an average IBUS current reading over a fixed period.
299 average readings to smooth out the reported value.
/Linux-v4.19/tools/perf/Documentation/
Dperf-sched.txt123 Show only a summary of scheduling by thread with min, max, and average
129 max, and average run times (in sec) and relative stddev.
/Linux-v4.19/drivers/leds/trigger/
DKconfig51 This allows LEDs to be controlled by a CPU load average.
53 load average.
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dmxs-lradc.txt14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dti,cdce925.txt32 present, the clock runs at the requested frequency on average. Otherwise
/Linux-v4.19/Documentation/locking/
Dlockstat.txt50 avg - average time spent waiting on this lock
56 avg - average time this lock was held

12345