/openbmc/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
|
/openbmc/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>;
|
/openbmc/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 | acpi_power_meter.rst | 21 features--a power meter that returns average power use over a configurable 41 average power consumption exceeds the cap, an ACPI event will be broadcast on
|
H A D | max34440.rst | 144 curr[1-4]_average Historical average current (MAX34446/34451 only). 160 power[1,3]_average Historical average power. 179 temp[1-8]_average Historical average temperature (MAX34446 only).
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 550 } average; variable 1120 …if ((t != &average.threads) && (cpu_subset && !CPU_ISSET_S(t->cpu_id, cpu_subset_size, cpu_subset)… in format_counters() 1140 if (t == &average.threads) { in format_counters() 1441 format_counters(&average.threads, &average.cores, &average.packages); in format_all_counters() 1727 average.threads.apic_id = t->apic_id; in sum_counters() 1729 average.threads.x2apic_id = t->x2apic_id; in sum_counters() 1732 if (average.threads.tv_begin.tv_sec == 0) in sum_counters() 1733 average.threads.tv_begin = t->tv_begin; in sum_counters() 1736 average.threads.tv_end = t->tv_end; in sum_counters() 1738 average.threads.tsc += t->tsc; in sum_counters() [all …]
|
/openbmc/linux/Documentation/accounting/ |
H A D | delay-accounting.rst | 110 CPU count real total virtual total delay total delay average 112 IO count delay total delay average 114 SWAP count delay total delay average 116 RECLAIM count delay total delay average 118 THRASHING count delay total delay average 120 COMPACT count delay total delay average 122 WPCOPY count delay total delay average 124 IRQ count delay total delay average
|
/openbmc/linux/Documentation/devicetree/bindings/staging/iio/adc/ |
H A D | spear-adc.txt | 12 - average-samples: Number of samples to generate an average value. If
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_common.c | 514 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()
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | imx6ul_tsc.txt | 20 - touchscreen-average-samples: Number of data samples which are averaged for 37 touchscreen-average-samples = <32>;
|
/openbmc/openbmc-test-automation/lib/ |
H A D | open_power_utils.robot | 174 … (e.g. "/org/open_power/sensors/aggregation/per_30s/ps0_input_power/average"). 202 ... average list URIs. 207 # avgs[0]: /org/open_power/sensors/aggregation/per_30s/ps0_input_power/average 208 # avgs[1]: /org/open_power/sensors/aggregation/per_30s/ps1_input_power/average 216 # (e.g. "base path + aggregation/per_30s/ps0_input_power/average") 222 # "/org/open_power/sensors/aggregation/per_30s/ps0_input_power/average", 225 # "/org/open_power/sensors/aggregation/per_30s/ps1_input_power/average" 234 Run Keyword If 'average' in '${entry}' Append To List ${power_supply_avg_list} ${entry}
|
/openbmc/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.
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smilatency.py2 | 77 …testsuite.print_detail("{}; average = {}; count = {}".format(desc, bits.format_tsc(bin.total/bin.c… 106 average = average_io_smi(port, value, count) 107 … SMIs (via outb, port={:#x}, value={:#x}): {}".format(count, port, value, bits.format_tsc(average))
|
/openbmc/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() 169 nodes, registers, average, mem_size); in rbtree_show()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | README | 65 average in 'read()': D ns 71 D is B / C, e.g. average amount of time, spent in single 'read()'.
|
/openbmc/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
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | therm_throt.c | 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()
|
/openbmc/linux/Documentation/ABI/testing/ |
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
|
/openbmc/openbmc-test-automation/test_lists/ |
H A D | HW_CI_DEV | 8 #Verify system boot time average
|
H A D | HW_CI | 8 #Verify system boot time average
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-decorator_5.1.1.bb | 4 for the average programmer, and to popularize decorators by showing \
|
/openbmc/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
|
/openbmc/linux/arch/sh/drivers/ |
H A D | Kconfig | 12 a hyperbolic function of the 5-minute load average.
|