/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 201 } sum, average; variable 478 if (t == &average.threads) { in format_counters() 667 format_counters(&average.threads, &average.cores, in format_all_counters() 668 &average.packages); in format_all_counters() 868 average.threads.tsc += t->tsc; in sum_counters() 869 average.threads.aperf += t->aperf; in sum_counters() 870 average.threads.mperf += t->mperf; in sum_counters() 871 average.threads.c1 += t->c1; in sum_counters() 873 average.threads.extra_delta32 += t->extra_delta32; in sum_counters() 874 average.threads.extra_delta64 += t->extra_delta64; in sum_counters() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 14 - average-samples: Number of samples to generate an average value. If
|
D | mxs-lradc.txt | 14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
|
/linux-4.4.14/drivers/staging/iio/adc/ |
D | spear_adc.c | 50 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-4.4.14/drivers/net/wireless/b43/ |
D | phy_common.c | 527 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()
|
D | main.c | 1429 s32 average; in handle_irq_noise() local 1465 average = 0; in handle_irq_noise() 1468 average += dev->noisecalc.samples[i][j]; in handle_irq_noise() 1470 average /= (8 * 4); in handle_irq_noise() 1471 average *= 125; in handle_irq_noise() 1472 average += 64; in handle_irq_noise() 1473 average /= 128; in handle_irq_noise() 1477 average += 2; in handle_irq_noise() 1479 average -= 25; in handle_irq_noise() 1481 average -= 72; in handle_irq_noise() [all …]
|
/linux-4.4.14/Documentation/hwmon/ |
D | acpi_power_meter | 18 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
|
D | max34440 | 96 curr[1-4]_average Historical average current (MAX34446 only). 105 power[1,3]_average Historical average power. 119 temp[1-8]_average Historical average temperature (MAX34446 only).
|
D | ibmaem | 27 last BMC reset, and a power sensor that returns average power use over a
|
D | ina209 | 72 to average results for shunt and bus voltages.
|
D | lm93 | 78 exponential moving average (but not quite - check the datasheet). Note 268 prochot<n>_avg moving average #PROCHOT %
|
D | asc7621 | 252 Input filter average time.
|
D | lm90 | 203 * Moving average (depending on conversion rate)
|
D | sysfs-interface | 494 power[1-*]_average_highest Historical average maximum power use 498 power[1-*]_average_lowest Historical average minimum power use
|
/linux-4.4.14/drivers/base/regmap/ |
D | regcache-rbtree.c | 147 int this_registers, average; in rbtree_show() local 169 average = registers / nodes; in rbtree_show() 171 average = 0; in rbtree_show() 174 nodes, registers, average, mem_size); in rbtree_show()
|
/linux-4.4.14/arch/sh/drivers/ |
D | Kconfig | 11 a hyperbolic function of the 5-minute load average.
|
/linux-4.4.14/include/linux/i2c/ |
D | twl4030-madc.h | 140 int average; member
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
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-4.4.14/drivers/leds/trigger/ |
D | Kconfig | 48 This allows LEDs to be controlled by a CPU load average. 50 load average.
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 60 channel of ADC. If average is 16 then input 64 average to 16 averages. Maximum value is 16.
|
D | stmpe.txt | 15 - st,ave-ctrl: Sample average control (0 -> 1 sample, 1 -> 2 samples, 2 -> 4
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ti,cdce925.txt | 25 present, the clock runs at the requested frequency on average. Otherwise
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 9 - Identify average reaction time of a governor to CPU load changes 97 governor in average behaves as expected.
|
/linux-4.4.14/Documentation/locking/ |
D | lockstat.txt | 50 avg - average time spent waiting on this lock 56 avg - average time this lock was held
|
/linux-4.4.14/Documentation/usb/ |
D | dwc3.txt | 44 high priority and will be run before an average task in user land
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 36 total write-back cache that relates to its current average
|
D | sysfs-bus-iio | 1460 measurements and return the average value as output data. Each
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-trace.txt | 100 Show only a summary of syscalls by thread with min, max, and average times 106 average times (in msec) and relative stddev.
|
D | perf-kvm.txt | 111 number), time (sort by average time). 148 number), time (sort by average time).
|
D | perf-stat.txt | 75 repeat command and print average + stddev (max: 100). 0 means forever.
|
D | perf-script-perl.txt | 212 avg($total, $n) - returns average given a sum and a total number of values
|
D | perf-script-python.txt | 616 avg(total, n) - returns average given a sum and a total number of values
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | main.c | 827 s32 average; in handle_irq_noise() local 853 average = 0; in handle_irq_noise() 856 average += dev->noisecalc.samples[i][j]; in handle_irq_noise() 858 average /= (8 * 4); in handle_irq_noise() 859 average *= 125; in handle_irq_noise() 860 average += 64; in handle_irq_noise() 861 average /= 128; in handle_irq_noise() 866 average += 2; in handle_irq_noise() 868 average -= 25; in handle_irq_noise() 870 average -= 72; in handle_irq_noise() [all …]
|
D | phy.c | 1785 s8 average; in b43legacy_phy_xmitpower() local 1834 average = (v0 + v1 + v2 + v3 + 2) / 4; in b43legacy_phy_xmitpower() 1838 average -= 13; in b43legacy_phy_xmitpower() 1840 estimated_pwr = b43legacy_phy_estimate_power_out(dev, average); in b43legacy_phy_xmitpower()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 52 "average" 2kb.
|
/linux-4.4.14/Documentation/ |
D | bcache.txt | 27 it also keeps a rolling average of the IO sizes per task, and as long as the 28 average is above the cutoff it will skip all IO from that task - instead of 374 separate files for average duration, average frequency, last occurrence and max 443 metadata overhead. Average is the average priority of cache buckets.
|
D | cpu-load.txt | 6 the average time system spent in a particular state, for example:
|
D | ManagementStyle | 178 knowledge that we're better than the average person (let's face it, 179 nobody ever believes that they're average or below-average), we should
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | common.txt | 28 "heartbeat" - LED "double" flashes at a load average based rate
|
/linux-4.4.14/fs/f2fs/ |
D | Kconfig | 27 - average SIT information about whole segments
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-service-time.txt | 69 and sda has an average throughput 1GB/s and sdb has 4GB/s,
|
D | thin-provisioning.txt | 74 less sharing than average you'll need a larger-than-average metadata device.
|
/linux-4.4.14/Documentation/block/ |
D | stat.txt | 60 example, if 60 read requests wait for an average of 30 ms, the read_ticks
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-vadc.txt | 90 from the ADC that is an average of multiple samples. The value
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 17 In practice, I've seen the average transfer to be roughly 80K, but transfers
|
D | fw-encoder-api.txt | 103 Assign average video stream bitrate. Note on the last three params:
|
/linux-4.4.14/drivers/iio/light/ |
D | lm3533-als.c | 66 static int lm3533_als_get_adc(struct iio_dev *indio_dev, bool average, in lm3533_als_get_adc() argument 74 if (average) in lm3533_als_get_adc()
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.devices | 16 a hyperbolic function of the 5-minute load average.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 143 up_threshold: defines what the average CPU usage between the samplings 147 intervals the CPU needs to be on average more than 95% in use to then
|
D | pcc-cpufreq.txt | 102 indicates the average unhalted frequency of the logical processor expressed as
|
/linux-4.4.14/arch/sh/lib64/ |
D | copy_user_memcpy.S | 32 ! however, this would cost a few extra cyles on average.
|
D | memcpy.S | 34 ! however, this would cost a few extra cyles on average.
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 61 average lasting time of connection in the table. For example, your 63 for 200 seconds in average in the connection table, the table size
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 144 * average usage per system time unit can be calculated.
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 3269 u16 phy_data, min_length, max_length, average; in e1000_phy_igp_get_info() local 3320 average = (max_length + min_length) / 2; in e1000_phy_igp_get_info() 3322 if (average <= e1000_igp_cable_length_50) in e1000_phy_igp_get_info() 3324 else if (average <= e1000_igp_cable_length_80) in e1000_phy_igp_get_info() 3326 else if (average <= e1000_igp_cable_length_110) in e1000_phy_igp_get_info() 3328 else if (average <= e1000_igp_cable_length_140) in e1000_phy_igp_get_info()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra30-colibri.dtsi | 341 /* 8 sample average control */
|
D | tegra30-apalis.dtsi | 575 /* 8 sample average control */
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 35 allowing one to squeeze more programs onto an average installation or
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 1083 struct average { struct 1212 struct average average_missed_beacons;
|
D | ipw2200.c | 4096 static void inline average_init(struct average *avg) in average_init() 4108 static void average_add(struct average *avg, s16 val) in average_add() 4119 static s16 average_value(struct average *avg) in average_value()
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 176 should calculate the average static power for the last `interval`
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 216 Thus, to find the average buffer size received, divide accumulated
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 196 188,057,130 entries with an average of 315,149,915 entries. So for
|
D | gfs2-glocks.txt | 185 the average time between lock requests for a glock means we
|
D | squashfs.txt | 46 compressed inode is on average 8 bytes in length (the exact length varies on
|
D | ntfs.txt | 73 (from 9:43 minutes on average down to 7:53). The time spent in user space
|
D | f2fs.txt | 162 - average SIT information about whole segments
|
D | ext4.txt | 287 amount of time (on average) that it takes to
|
D | proc.txt | 592 loadavg Load average of last 1, 5 & 15 minutes
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 133 the average bitrate, figure out if the ring buffer needs to be
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 577 adjust the alpha and beta parameters to achieve a higher average 612 o Back off with an average probability that is independent of the RTT.
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isppreview.c | 988 static void preview_config_averager(struct isp_prev_device *prev, u8 average) in preview_config_averager() argument 994 average, OMAP3_ISP_IOMEM_PREV, ISPPRV_AVE); in preview_config_averager()
|
/linux-4.4.14/drivers/pwm/ |
D | Kconfig | 8 average power of the signal. Applications include efficient
|
/linux-4.4.14/net/ |
D | Kconfig | 298 flow that greatly exceeds average workload.
|
/linux-4.4.14/Documentation/power/ |
D | freezing-of-tasks.txt | 175 1. Putting processes into an uninterruptible sleep distorts the load average.
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c8xx_2.txt | 205 characteristics. This feature may also reduce average command latency. 233 disks. With large SCSI disks (>= 2GB, cache >= 512KB, average seek time
|
D | ncr53c8xx.txt | 239 characteristics. This feature may also reduce average command latency. 261 disks. With large SCSI disks (>= 2GB, cache >= 512KB, average seek time
|
D | ChangeLog.lpfc | 137 causing it to figure in load average calculations. Also add a
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 344 load, maintaining sched average, computing CFS entity vruntime,
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 444 the last 5 seconds) and in average basis (since the time the monitoring
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 275 Why a per-cpuset, running average: 282 Because this meter is a running average, instead of an accumulating
|
D | blkio-controller.txt | 251 The average queue size for this cgroup over the entire time of this
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 277 Experience tells us that people with a Buz, on average, have more problems
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 549 metadata such as load average, netfilter attributes, socket
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 535 Traces all tasks as an average developer would expect. 1442 but the average schedule latency is better for non-RT tasks. 1448 and not the average. We can have a very fast scheduler that may
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 703 CD-ROMs. It definitely reduces the average seek distance when doing 1422 CD-ROMs. It definitely reduces the average seek distance when doing
|