Home
last modified time | relevance | path

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

123

/linux-2.6.39/drivers/net/wireless/b43/
Dphy_common.c390 unsigned int average; in b43_phy_shm_tssi_read() local
416 average = (a + b + c + d + 2) / 4; in b43_phy_shm_tssi_read()
421 average = (average >= 13) ? (average - 13) : 0; in b43_phy_shm_tssi_read()
424 return average; in b43_phy_shm_tssi_read()
Dmain.c1275 s32 average; in handle_irq_noise() local
1311 average = 0; in handle_irq_noise()
1314 average += dev->noisecalc.samples[i][j]; in handle_irq_noise()
1316 average /= (8 * 4); in handle_irq_noise()
1317 average *= 125; in handle_irq_noise()
1318 average += 64; in handle_irq_noise()
1319 average /= 128; in handle_irq_noise()
1323 average += 2; in handle_irq_noise()
1325 average -= 25; in handle_irq_noise()
1327 average -= 72; in handle_irq_noise()
[all …]
/linux-2.6.39/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
Dibmaem27 last BMC reset, and a power sensor that returns average power use over a
/linux-2.6.39/arch/sh/drivers/
DKconfig11 a hyperbolic function of the 5-minute load average.
/linux-2.6.39/include/linux/i2c/
Dtwl4030-madc.h134 int average; member
/linux-2.6.39/drivers/net/wireless/libertas/
DREADME150 This event is generated when the average received RSSI in beacons goes
154 This event is generated when the average received RSSI in beacons goes
158 This event is generated when the average received SNR in beacons goes
162 This event is generated when the average received SNR in beacons goes
/linux-2.6.39/drivers/media/video/omap3isp/
Disppreview.h127 u8 average; member
Disppreview.c958 static void preview_config_averager(struct isp_prev_device *prev, u8 average) in preview_config_averager() argument
966 average; in preview_config_averager()
970 average; in preview_config_averager()
1231 params->average = NO_AVE; in preview_init_params()
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-class-bdi36 total write-back cache that relates to its current average
/linux-2.6.39/Documentation/devicetree/bindings/gpio/
Dled.txt20 "heartbeat" - LED "double" flashes at a load average based rate
/linux-2.6.39/drivers/net/wireless/b43legacy/
Dmain.c829 s32 average; in handle_irq_noise() local
855 average = 0; in handle_irq_noise()
858 average += dev->noisecalc.samples[i][j]; in handle_irq_noise()
860 average /= (8 * 4); in handle_irq_noise()
861 average *= 125; in handle_irq_noise()
862 average += 64; in handle_irq_noise()
863 average /= 128; in handle_irq_noise()
868 average += 2; in handle_irq_noise()
870 average -= 25; in handle_irq_noise()
872 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-2.6.39/Documentation/
Dcpu-load.txt6 the average time system spent in a particular state, for example:
Dlockstat.txt57 hold time average = hold time total / acquisitions
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-2.6.39/lib/
DMakefile114 obj-$(CONFIG_AVERAGE) += average.o
/linux-2.6.39/tools/perf/Documentation/
Dperf-stat.txt55 repeat command and print average + stddev (max: 100)
/linux-2.6.39/Documentation/device-mapper/
Ddm-service-time.txt69 and sda has an average throughput 1GB/s and sdb has 4GB/s,
/linux-2.6.39/Documentation/block/
Dstat.txt60 example, if 60 read requests wait for an average of 30 ms, the read_ticks
/linux-2.6.39/Documentation/video4linux/cx2341x/
Dfw-dma.txt17 In practice, I've seen the average transfer to be roughly 80K, but transfers
/linux-2.6.39/net/netfilter/ipvs/
DKconfig62 average lasting time of connection in the table. For example, your
64 for 200 seconds in average in the connection table, the table size
/linux-2.6.39/Documentation/cpu-freq/
Dgovernors.txt145 up_threshold: defines what the average CPU usage between the samplings
149 intervals the CPU needs to be on average more than 95% in use to then
/linux-2.6.39/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.

123