Home
last modified time | relevance | path

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

12345

/linux/Documentation/translations/zh_CN/accounting/
H A Ddelay-accounting.rst92 CPU count real total virtual total delay total delay average
94 IO count delay total delay average
96 SWAP count delay total delay average
98 RECLAIM count delay total delay average
100 THRASHING count delay total delay average
102 COMPACT count delay total delay average
104 WPCOPY count delay total delay average
/linux/Documentation/devicetree/bindings/input/
H A Dmicrochip,qt1050.txt38 - microchip,average-samples:
41 - microchip,average-scaling:
42 The scaling factor which is used to scale the average-samples.
60 microchip,average-samples = <64>;
61 microchip,average-scaling = <16>;
68 microchip,average-samples = <64>;
69 microchip,average-scaling = <8>;
75 microchip,average-samples = <256>;
76 microchip,average-scaling = <16>;
/linux/Documentation/hwmon/
H A Dlochnagar.rst30 power1_average Measured average power for DBVDD1 (microWatts)
37 power2_average Measured average power for 1V8 DSP (microWatts)
44 power3_average Measured average power for 1V8 CDC (microWatts)
51 power4_average Measured average power for VDDCORE DSP (microWatts)
58 power5_average Measured average power for AVDD 1V8 (microWatts)
63 power6_average Measured average power for SYSVDD (microWatts)
70 power7_average Measured average power for VDDCORE CDC (microWatts)
77 power8_average Measured average power for MICVDD (microWatts)
H A Dfam15h_power.rst62 calculate the average power consumed by a processor during a
91 CPU average power
110 v. Calculate the average power consumption for a compute unit over
H A Dina2xx.rst102 calculate average power for use in energy conversion.
146 to average results for shunt and bus voltages.
153 power1_average average power from last reading to the present.
H A Dibmaem.rst33 last BMC reset, and a power sensor that returns average power use over a
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2375 } average, even, odd; variable
3311 if (t == average.threads) { in format_counters()
3325 if ((t != average.threads) && (cpu_subset && !CPU_ISSET_S(t->cpu_id, cpu_subset_size, cpu_subset))) in format_counters()
3345 if (t == average.threads) { in format_counters()
3724 if (DO_BIC(BIC_SysWatt) && (t == average.threads)) in format_counters()
3726 if (DO_BIC(BIC_Sys_J) && (t == average.threads)) in format_counters()
3765 format_counters(average.threads, average.cores, average.packages); in format_all_counters()
4169 average.threads->apic_id = t->apic_id; in sum_counters()
4171 average.threads->x2apic_id = t->x2apic_id; in sum_counters()
4174 if (average.threads->tv_begin.tv_sec == 0) in sum_counters()
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_common.c514 unsigned int average; in b43_phy_shm_tssi_read() local
540 average = (a + b + c + d + 2) / 4; in b43_phy_shm_tssi_read()
545 average = (average >= 13) ? (average - 13) : 0; in b43_phy_shm_tssi_read()
548 return average; in b43_phy_shm_tssi_read()
/linux/Documentation/iio/
H A Dad7380.rst80 This family supports 2 types of oversampling: normal average and rolling
81 average. Only normal average is supported by the driver, as rolling average can
184 - Rolling average oversampling
/linux/Documentation/userspace-api/media/drivers/
H A Dimx-uapi.rst66 How many frame interval measurements to average before comparing against
78 discarded and do not enter into the average. This can be used to
85 FIM begins to average intervals.
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c295 uint64_t average = 0; in time_bench_print_stats_cpumask() local
324 average = sum.tsc_cycles / sum.records; in time_bench_print_stats_cpumask()
326 average, sum.records, step); in time_bench_print_stats_cpumask()
/linux/drivers/base/regmap/
H A Dregcache-rbtree.c142 int this_registers, average; in rbtree_show() local
164 average = registers / nodes; in rbtree_show()
166 average = 0; in rbtree_show()
169 nodes, registers, average, mem_size); in rbtree_show()
/linux/tools/power/cpupower/bench/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-bdi38 total write-back cache that relates to its current average
52 total write-back cache that relates to its current average
93 total write-back cache that relates to its current average
H A Ddebugfs-intel-iommu195 1ms-10ms >=10ms min(us) max(us) average(us)
204 1ms-10ms >=10ms min(us) max(us) average(us)
217 >=10ms min(us) max(us) average(us)
H A Dsysfs-devices-platform-trackpoint51 or release, relative to the running average.
58 (RW) The offset from the running average required to generate a
/linux/drivers/net/wireless/marvell/libertas/
H A 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/tools/perf/util/
H A Dbpf-trace-summary.c77 double variance, average; in rel_stddev() local
82 average = (double)stat->total_time / stat->count; in rel_stddev()
88 return 100 * sqrt(variance / stat->count) / average; in rel_stddev()
/linux/tools/lib/perf/tests/
H A Dtest-evlist.c421 static double display_error(long long average, in display_error() argument
428 error = (((double)average - expected) / expected) * 100.0; in display_error()
432 high, low, average); in display_error()
/linux/arch/sh/drivers/
H A DKconfig12 a hyperbolic function of the 5-minute load average.
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt42 average the two ALS inputs. This is only used if
47 0x00 - ALS1 and ALS2 input average
/linux/Documentation/locking/
H A Dlockstat.rst62 - average time spent waiting on this lock
75 - average time this lock was held
/linux/arch/x86/events/
H A DKconfig35 average power consumption on Family 15h processors.
/linux/drivers/leds/trigger/
H A DKconfig52 This allows LEDs to be controlled by a CPU load average.
54 load average.
/linux/tools/perf/Documentation/
H A Dperf-kvm.txt103 (sort by average time), precent_time (sort by time percentage),
142 number), time (sort by average time).

12345