/linux/Documentation/translations/zh_CN/accounting/ |
H A D | delay-accounting.rst | 92 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 D | microchip,qt1050.txt | 38 - 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 D | lochnagar.rst | 30 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 D | fam15h_power.rst | 62 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 D | ina2xx.rst | 102 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 D | max34440.rst | 156 curr[1-4]_average Historical average current (MAX34446/34451 only). 173 power[1,3]_average Historical average power. 192 temp[1-8]_average Historical average temperature (MAX34446 only).
|
/linux/Documentation/accounting/ |
H A D | delay-accounting.rst | 110 CPU count real total virtual total delay total delay average delay max delay min 112 IO count delay total delay average delay max delay min 114 SWAP count delay total delay average delay max delay min 116 RECLAIM count delay total delay average delay max delay min 118 THRASHING count delay total delay average delay max delay min 120 COMPACT count delay total delay average delay max delay min 122 WPCOPY count delay total delay average delay max delay min 124 IRQ count delay total delay average delay max delay min
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2269 } average; variable 3154 if (t == &average.threads) { in format_counters() 3168 if ((t != &average.threads) && (cpu_subset && !CPU_ISSET_S(t->cpu_id, cpu_subset_size, cpu_subset))) in format_counters() 3187 /* topo columns, print blanks on 1st (average) line */ in format_counters() 3188 if (t == &average.threads) { in format_counters() 3646 if (DO_BIC(BIC_SysWatt) && (t == &average.threads)) in format_counters() 3649 if (DO_BIC(BIC_Sys_J) && (t == &average.threads)) in format_counters() 3689 format_counters(&average.threads, &average.cores, &average in format_all_counters() [all...] |
/linux/drivers/iio/adc/ |
H A D | spear_adc.c | 49 u32 average; member 69 struct chan_data average; member 127 return __raw_readl(&st->adc_base_spear6xx->average.msb) & in spear_adc_get_average() 130 return __raw_readl(&st->adc_base_spear3xx->average) & in spear_adc_get_average() 319 device_property_read_u32(dev, "average-samples", &st->avg_samples); in spear_adc_probe()
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-driver-qat_telemetry | 12 and average for each counter over 2, 3 or 4 samples 24 used to calculate the minimum, maximum and average for each 54 rd_lat_acc_avg average read latency [ns] 57 gp_lat_acc_avg average get to put latency [ns] 60 at_page_req_lat_avg Address Translator(AT), average page 62 at_trans_lat_avg AT, average page translation latency [ns] 135 gp_lat_acc_avg average get to put latency [ns]
|
H A D | sysfs-class-bdi | 38 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 D | debugfs-intel-iommu | 195 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)
|
/linux/drivers/hwmon/ |
H A D | isl28022.c | 86 u32 average; member 383 err = device_property_read_u32(dev, "renesas,average-samples", &val); in isl28022_read_properties() 390 "renesas,average-samples invalid value %d\n", in isl28022_read_properties() 393 data->average = val; in isl28022_read_properties() 420 ((ISL28022_ADC_15_1 + __ffs(data->average)) << ISL28022_SADC_SHIFT) | in isl28022_config() 421 ((ISL28022_ADC_15_1 + __ffs(data->average)) << ISL28022_BADC_SHIFT); in isl28022_config()
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_common.c | 514 unsigned int average; in b43_phy_shm_tssi_read() local 539 /* Get the average of the values with 0.5 added to each value. */ in b43_phy_shm_tssi_read() 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 D | ad7380.rst | 80 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/tools/testing/selftests/net/bench/page_pool/ |
H A D | time_bench.c | 295 uint64_t average = 0; in time_bench_print_stats_cpumask() local 317 /* Collect average */ in time_bench_print_stats_cpumask() 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/Documentation/userspace-api/media/drivers/ |
H A D | imx-uapi.rst | 66 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/drivers/base/regmap/ |
H A D | regcache-rbtree.c | 142 int this_registers, average; in rbtree_show() local 164 average = registers / nodes; in rbtree_show() 166 average = 0; in rbtree_show() 168 seq_printf(s, "%d nodes, %d registers, average %d registers, used %zu bytes\n", in rbtree_show() 169 nodes, registers, average, mem_size); in rbtree_show()
|
/linux/tools/power/cpupower/bench/ |
H A D | README-BENCH | 9 - 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/drivers/thermal/intel/ |
H A D | therm_throt.c | 71 * @average: The last moving average of temperature samples 75 * moving average. 93 u8 average; member 330 state->average = 0; in throttle_active_work() 347 if (state->average > avg) { in throttle_active_work() 355 state->average = avg; in throttle_active_work()
|
/linux/arch/sh/drivers/ |
H A D | Kconfig | 12 a hyperbolic function of the 5-minute load average.
|
/linux/tools/testing/vsock/ |
H A D | README | 80 average in 'read()': D ns 86 D is B / C, e.g. average amount of time, spent in single 'read()'.
|
/linux/tools/perf/util/ |
H A D | bpf-trace-summary.c | 76 double variance, average; in rel_stddev() local 81 average = (double)stat->total_time / stat->count; in rel_stddev() 87 return 100 * sqrt(variance / stat->count) / average; in rel_stddev()
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | README | 149 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/lib/perf/tests/ |
H A D | test-evlist.c | 421 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()
|