Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c201 } 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/
Dspear-adc.txt14 - average-samples: Number of samples to generate an average value. If
Dmxs-lradc.txt14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
/linux-4.4.14/drivers/staging/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-4.4.14/drivers/net/wireless/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()
Dmain.c1429 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/
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
Dmax3444096 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).
Dibmaem27 last BMC reset, and a power sensor that returns average power use over a
Dina20972 to average results for shunt and bus voltages.
Dlm9378 exponential moving average (but not quite - check the datasheet). Note
268 prochot<n>_avg moving average #PROCHOT %
Dasc7621252 Input filter average time.
Dlm90203 * Moving average (depending on conversion rate)
Dsysfs-interface494 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/
Dregcache-rbtree.c147 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/
DKconfig11 a hyperbolic function of the 5-minute load average.
/linux-4.4.14/include/linux/i2c/
Dtwl4030-madc.h140 int average; member
/linux-4.4.14/drivers/net/wireless/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-4.4.14/drivers/leds/trigger/
DKconfig48 This allows LEDs to be controlled by a CPU load average.
50 load average.
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
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
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dti,cdce925.txt25 present, the clock runs at the requested frequency on average. Otherwise
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH9 - Identify average reaction time of a governor to CPU load changes
97 governor in average behaves as expected.
/linux-4.4.14/Documentation/locking/
Dlockstat.txt50 avg - average time spent waiting on this lock
56 avg - average time this lock was held
/linux-4.4.14/Documentation/usb/
Ddwc3.txt44 high priority and will be run before an average task in user land
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-bdi36 total write-back cache that relates to its current average
Dsysfs-bus-iio1460 measurements and return the average value as output data. Each
/linux-4.4.14/tools/perf/Documentation/
Dperf-trace.txt100 Show only a summary of syscalls by thread with min, max, and average times
106 average times (in msec) and relative stddev.
Dperf-kvm.txt111 number), time (sort by average time).
148 number), time (sort by average time).
Dperf-stat.txt75 repeat command and print average + stddev (max: 100). 0 means forever.
Dperf-script-perl.txt212 avg($total, $n) - returns average given a sum and a total number of values
Dperf-script-python.txt616 avg(total, n) - returns average given a sum and a total number of values
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c827 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 …]
Dphy.c1785 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/
Dsysfs-firmware-opal-elog52 "average" 2kb.
/linux-4.4.14/Documentation/
Dbcache.txt27 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.
Dcpu-load.txt6 the average time system spent in a particular state, for example:
DManagementStyle178 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/
Dcommon.txt28 "heartbeat" - LED "double" flashes at a load average based rate
/linux-4.4.14/fs/f2fs/
DKconfig27 - average SIT information about whole segments
/linux-4.4.14/Documentation/device-mapper/
Ddm-service-time.txt69 and sda has an average throughput 1GB/s and sdb has 4GB/s,
Dthin-provisioning.txt74 less sharing than average you'll need a larger-than-average metadata device.
/linux-4.4.14/Documentation/block/
Dstat.txt60 example, if 60 read requests wait for an average of 30 ms, the read_ticks
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dqcom,spmi-vadc.txt90 from the ADC that is an average of multiple samples. The value
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-dma.txt17 In practice, I've seen the average transfer to be roughly 80K, but transfers
Dfw-encoder-api.txt103 Assign average video stream bitrate. Note on the last three params:
/linux-4.4.14/drivers/iio/light/
Dlm3533-als.c66 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/
DKconfig.devices16 a hyperbolic function of the 5-minute load average.
/linux-4.4.14/Documentation/cpu-freq/
Dgovernors.txt143 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
Dpcc-cpufreq.txt102 indicates the average unhalted frequency of the logical processor expressed as
/linux-4.4.14/arch/sh/lib64/
Dcopy_user_memcpy.S32 ! however, this would cost a few extra cyles on average.
Dmemcpy.S34 ! however, this would cost a few extra cyles on average.
/linux-4.4.14/net/netfilter/ipvs/
DKconfig61 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/
Dtaskstats-struct.txt144 * average usage per system time unit can be calculated.
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.c3269 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/
Dtegra30-colibri.dtsi341 /* 8 sample average control */
Dtegra30-apalis.dtsi575 /* 8 sample average control */
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt35 allowing one to squeeze more programs onto an average installation or
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.h1083 struct average { struct
1212 struct average average_missed_beacons;
Dipw2200.c4096 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/
Dcpu-cooling-api.txt176 should calculate the average static power for the last `interval`
/linux-4.4.14/Documentation/wimax/
DREADME.i2400m216 Thus, to find the average buffer size received, divide accumulated
/linux-4.4.14/Documentation/filesystems/
Dlogfs.txt196 188,057,130 entries with an average of 315,149,915 entries. So for
Dgfs2-glocks.txt185 the average time between lock requests for a glock means we
Dsquashfs.txt46 compressed inode is on average 8 bytes in length (the exact length varies on
Dntfs.txt73 (from 9:43 minutes on average down to 7:53). The time spent in user space
Df2fs.txt162 - average SIT information about whole segments
Dext4.txt287 amount of time (on average) that it takes to
Dproc.txt592 loadavg Load average of last 1, 5 & 15 minutes
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt133 the average bitrate, figure out if the ring buffer needs to be
/linux-4.4.14/net/ipv4/
DKconfig577 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/
Disppreview.c988 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/
DKconfig8 average power of the signal. Applications include efficient
/linux-4.4.14/net/
DKconfig298 flow that greatly exceeds average workload.
/linux-4.4.14/Documentation/power/
Dfreezing-of-tasks.txt175 1. Putting processes into an uninterruptible sleep distorts the load average.
/linux-4.4.14/Documentation/scsi/
Dsym53c8xx_2.txt205 characteristics. This feature may also reduce average command latency.
233 disks. With large SCSI disks (>= 2GB, cache >= 512KB, average seek time
Dncr53c8xx.txt239 characteristics. This feature may also reduce average command latency.
261 disks. With large SCSI disks (>= 2GB, cache >= 512KB, average seek time
DChangeLog.lpfc137 causing it to figure in load average calculations. Also add a
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt344 load, maintaining sched average, computing CFS entity vruntime,
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio444 the last 5 seconds) and in average basis (since the time the monitoring
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt275 Why a per-cpuset, running average:
282 Because this meter is a running average, instead of an accumulating
Dblkio-controller.txt251 The average queue size for this cgroup over the entire time of this
/linux-4.4.14/Documentation/video4linux/
DZoran277 Experience tells us that people with a Buz, on average, have more problems
/linux-4.4.14/net/sched/
DKconfig549 metadata such as load average, netfilter attributes, socket
/linux-4.4.14/Documentation/trace/
Dftrace.txt535 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/
DKconfig703 CD-ROMs. It definitely reduces the average seek distance when doing
1422 CD-ROMs. It definitely reduces the average seek distance when doing