Home
last modified time | relevance | path

Searched refs:mean (Results 1 – 114 of 114) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dstat.c10 delta = val - stats->mean; in update_stats()
11 stats->mean += delta / stats->n; in update_stats()
12 stats->M2 += delta*(val - stats->mean); in update_stats()
23 return stats->mean; in avg_stats()
Dstat.h8 double n, mean, M2; member
20 stats->mean = 0.0; in init_stats()
/linux-4.1.27/drivers/rtc/
Drtc-88pm860x.c246 unsigned int sum, data, mean, vrtc_set; in calibrate_vrtc_work() local
256 mean = sum >> 4; in calibrate_vrtc_work()
258 dev_dbg(info->dev, "mean:%d, vrtc_set:%d\n", mean, vrtc_set); in calibrate_vrtc_work()
262 if ((mean + 200) < vrtc_set) { in calibrate_vrtc_work()
268 } else if ((mean - 200) > vrtc_set) { in calibrate_vrtc_work()
/linux-4.1.27/Documentation/filesystems/
Dgfs2-glocks.txt137 The statistics are divided into three pairs of mean and
138 variance, plus two counters. The mean/variance pairs are
144 Unlike the TCP/IP Illustrated case, the mean and variance are
147 The three pairs of mean/variance measure the following
164 has gone into the mean/variance calculations. The other counter
220 using the format mean/variance for each of the timing stats.
Dsysv-fs.txt196 Notation: We often speak of a "block" but mean a zone (the allocation unit)
Dhpfs.txt173 anybody know what does it mean?
176 What does "unbalanced tree" message mean?
Dxfs-self-describing-metadata.txt106 filesystem to find the owner of the block. Worse, the corruption could mean that
Dpath-lookup.txt360 Dropping from rcu-walk to ref-walk mean that we have encountered a dentry where
Dext2.txt81 which is decided when the filesystem is created. Smaller blocks mean
Dsharedsubtree.txt233 to mean the same thing, throughout this document.
Dxfs-delayed-logging-design.txt131 will result in a consistent filesystem. What it does mean is that as far as the
Dproc.txt1860 users. It doesn't mean that it hides a fact whether a process with a specific
/linux-4.1.27/fs/hfsplus/
DKconfig27 Linux. POSIX ACLs doesn't mean something under Mac OS X.
/linux-4.1.27/Documentation/cpu-freq/
Dboost.txt10 Reading or writing 1 does not mean that the system is boosting at this
67 not necessarily mean that it will occur every time even using the exact
Dcpufreq-stats.txt55 will mean this CPU spent <time> usertime units of time at <frequency>. Output
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt42 mean it's dedicated for GPIO19, only as a hint that internally this pin
69 mean it is a GPIO signal, and by MFP<xxx> or pin xxx, we mean a physical
138 and on which edge(s). This, however, doesn't necessarily mean the
/linux-4.1.27/Documentation/parisc/
Ddebugging24 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
/linux-4.1.27/Documentation/
Dbasic_profiling.txt41 a 0Hz CPU, APIC was not on. Be aware that idle=poll may mean a performance
Dvolatile-considered-harmful.txt4 C programmers have often taken volatile to mean that the variable could be
Dbinfmt_misc.txt21 Here is what the fields mean:
Drtc.txt5 When Linux developers talk about a "Real Time Clock", they usually mean
DChanges67 your kernel. This change does, however, mean that you need a recent
Dpinctrl.txt400 we usually mean a way of soldering or wiring the package into an electronic
792 is taken to mean different things than what the kernel does, the developer
794 into "GPIO mode". It appears that what hardware engineers mean with
879 of the GPIO register in case (B) especially. This doesn't mean that such
Dnommu-mmap.txt230 return -ENOSYS. This will be taken to mean that this operation just doesn't
DManagementStyle11 to do with reality. It started as a lark, but that doesn't mean that it
Dbcache.txt332 potentially be used for writeback. This doesn't mean this space isn't used
Dparport-lowlevel.txt177 doesn't necessarily mean that DMA will always be used when possible.
DCodingStyle280 in the source, what does it mean?
Dkernel-parameters.txt2170 Note that mem_start is often overloaded to mean
/linux-4.1.27/Documentation/devicetree/bindings/
DABI.txt9 break on an older device tree, but that doesn't mean the binding is
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Datmel-wdt.txt31 watchdog reset time depends on mean CPU usage and will not reset at all
/linux-4.1.27/fs/jffs2/
DKconfig110 compressors can mean you cannot read existing file systems,
111 and enabling experimental compressors can mean that you
/linux-4.1.27/Documentation/sound/alsa/soc/
Dpops_clicks.txt49 is heard when the gain increase or decrease changes the mean audio signal
/linux-4.1.27/Documentation/input/
Dcs461x.txt14 4-button joystick; I mean the jstest utility. Also I've tried to
Devent-codes.txt117 to 1. Meaningful physical contact may mean any contact, or it may mean
Diforce-protocol.txt162 ff 03 42 03 e8 CS would mean that the device has 1000 bytes of ram available.
Djoystick-api.txt140 necessarily a "real" error (check errno(3)); it can just mean there
Dinput-programming.txt217 If you don't need absfuzz and absflat, you can set them to zero, which mean
/linux-4.1.27/arch/arm/include/debug/
Dtegra.S94 cmp \rv, #2 @ 2 and 3 mean DCC, UART
/linux-4.1.27/Documentation/video4linux/
Dcafe_ccic43 assumed to actually mean much of anything.
DZoran151 When you speak about NTSC, you usually mean the standard: CCIR - M using
155 When you talk about PAL, you usually mean: CCIR - B/G using the PAL
158 When you talk about SECAM, you mean: CCIR - L using the SECAM Colorsystem
402 1024 bits per block. 100% in the new driver mean 1:2 compression; the maximum
Dvivid.txt916 implement this, it would mean a lot of work to get this right. Since these
/linux-4.1.27/Documentation/sysctl/
DREADME50 - knowledge of what all those values mean
Dvm.txt220 These are informational only. They do not mean that anything is wrong
670 Lower values mean lower latencies for initial faults, but at the same time
/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x_core.c164 int mean; member
840 statP->mean = sample_sum / length; in tsl2x7x_prox_calculate()
843 tmp = data[i] - statP->mean; in tsl2x7x_prox_calculate()
896 chip->tsl2x7x_settings.prox_thres_high = (calP->max << 1) - calP->mean; in tsl2x7x_prox_cal()
899 calP->min, calP->mean, calP->max); in tsl2x7x_prox_cal()
/linux-4.1.27/fs/squashfs/
DKconfig204 the filesystem. Increasing this amount may mean SquashFS
206 of extra system memory. Decreasing this amount will mean
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME49 only bt878-based cards can have a subsystem ID (which does not mean
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt57 Although it doesn't mean that they have the right owner information,
Dtranshuge.txt370 on any tail page, would mean having to split all hugepages upfront in
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt129 will mean that the CRC data block will take more memory, but will
DOverview.txt64 This does mean that to find the status of any given SoC, a number
/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c449 COMPARE_EVENT_KEY(mean, stats.mean);
458 DEF_SORT_NAME_KEY(time, mean),
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_video.c612 u32 mean; in uvc_video_clock_update() local
668 mean = (x1 + x2) / 2; in uvc_video_clock_update()
669 if (mean - (1024 << 16) > sof) in uvc_video_clock_update()
671 else if (sof > mean + (1024 << 16)) in uvc_video_clock_update()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Drockchip,pinctrl.txt61 The MUX 0 means gpio and MUX 1 to N mean the specific device function.
/linux-4.1.27/Documentation/networking/
Dtlan.txt48 debug messages, where x is a bit field where the bits mean
Dipvs-sysctl.txt106 that this strategy is always disabled, 1 and 2 mean automatic
Drds.txt34 The fact that IPv4 addresses are used does not mean the underlying
Dphy.txt161 phy_prepare_link(). This will mean that phydev->state is entirely yours to
Dfilter.txt10 mean the very same mechanism of filtering in the Linux kernel.
919 BPF_MISC operations in eBPF, the class 7 is used as BPF_ALU64 to mean
Darcnet-hardware.txt350 Vojtech Pavlik <vojtech@suse.cz> tells me this is what they mean:
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt77 reader). It does *not* mean that the entire gadget can be
111 Note that this may mean that if the device is powered from USB and
Dusbmon.txt242 events contain no data, so if this call returns zero, it does not mean that
Dpower-management.txt179 values mean never to autosuspend. You can write a
411 Autoresume attempts also can fail, although failure would mean that
/linux-4.1.27/Documentation/hwmon/
Dsubmitting-patches51 * Running your patch or driver file(s) through checkpatch does not mean its
Dlm90269 two transactions will typically mean twice as much delay waiting for
Dw83781d267 AS99127F rev.2 direct from Winbond. The other codes mean ATT and DVC,
/linux-4.1.27/Documentation/x86/
Dpat.txt109 -- in the above table mean "Not suggested usage for the API". Some of the --'s
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl150 A return value of 0 does not mean that the value was actually
187 A return value of 0 does not mean that the value was actually
/linux-4.1.27/Documentation/i2c/
Dfault-codes86 of a transfer didn't get an ACK. While it might just mean
Dslave-interface96 'val'. Important: This does not mean that the previous byte has been acked, it
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt149 for the largest lock in the kernel. Larger structure sizes mean more
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-edac110 mean a Chipkill with x4 DRAM.
Dsysfs-class-mtd156 interpreted to mean simply "one or more bit errors were
Dsysfs-power33 "suspend-to-RAM", "power-on suspend" and "suspend-to-idle" mean.
/linux-4.1.27/arch/arm/plat-samsung/
DKconfig294 corruption over suspend and resume. A smaller value will mean that
/linux-4.1.27/drivers/iio/light/
DKconfig160 The driver provides raw and mean adc readings along with the current
/linux-4.1.27/Documentation/acpi/apei/
Deinj.txt18 It doesn't necessarily mean that EINJ is not supported if those above
/linux-4.1.27/drivers/block/paride/
DTransition-notes64 mean that (2) was already not true.
/linux-4.1.27/Documentation/serial/
Drocket.txt127 for 0x100, it will occupy 0x100 to 0x143. This would mean that you
/linux-4.1.27/arch/frv/kernel/
Dhead.S332 # - for the FR451 this'll mean that the window through which the kernel is
/linux-4.1.27/fs/
DKconfig.binfmt11 because it is portable (this does *not* mean that you will be able
/linux-4.1.27/Documentation/scsi/
Dscsi_eh.txt150 Note that this does not mean lower layers are quiescent. If a LLDD
342 Note that both offline and ready status mean that the sdev is
DChangeLog.megaraid277 generic device model, neither of which is what you mean here.
Dtmscsim.txt289 0..7 mean 10, 8.0, 6.7, 5.7, 5.0, 4.0, 3.1 and 2 MHz resp. Default is
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt172 from the basic model definition: CPU_UP does not mean that the
173 CPU is coherent yet, but it does mean that it is safe to resume
/linux-4.1.27/Documentation/sound/oss/
DOpti136 The numeric parameters mean:
DREADME.OSS265 Jazz16. Note that SB compatibility in DOS/Windows does _NOT_ mean anything
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt114 of charge when battery became full/empty". It also could mean "value of
Druntime_pm.txt89 core regards the device as suspended, which need not mean that it has been
90 put into a low power state. It is supposed to mean, however, that the
803 The term "autosuspend" is an historical remnant. It doesn't mean that the
Ddevices.txt633 Some busses define rules about what different suspend states mean. PCI
/linux-4.1.27/arch/cris/arch-v10/
DREADME.mm93 The MMU can map all 4 GB in user mode, but doing that would mean that a
/linux-4.1.27/fs/affs/
DChanges4 then, 3.1 doesn't mean 'perfectly stable', too.)
/linux-4.1.27/arch/powerpc/platforms/
DKconfig222 mean that extra synchronization instructions are required near
/linux-4.1.27/drivers/media/usb/pwc/
Dphilips.txt148 The square brackets mean that both the type and the serialnumber are
/linux-4.1.27/Documentation/timers/
Dtimekeeping.txt129 i.e. after 64 bits. Since this is a nanosecond value this will mean it wraps
DNO_HZ.txt180 However, the drawbacks listed above mean that adaptive ticks should not
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt202 NOTE: Just because there is a device node present doesn't mean that there
450 doesn't mean someone else didn't log into the console with the HMC console
Dpci_iov_resource_on_powernv.txt97 but that would mean using a completely different address allocation
/linux-4.1.27/Documentation/driver-model/
Dporting.txt442 though, that this will likely mean fixing up all the drivers that
/linux-4.1.27/arch/m68k/fpsp040/
Dround.S279 | bit of the mantissa (msb in d1) unless this would mean the exponent
/linux-4.1.27/drivers/mtd/nand/
DKconfig206 selected to save power. This will mean there is a small delay
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt56 single unsigned integers, where larger numbers mean greater heat
/linux-4.1.27/Documentation/kdump/
Dkdump.txt276 This would mean:
/linux-4.1.27/lib/
DKconfig.debug1770 memtest=0, mean disabled; -- default
1771 memtest=1, mean do 1 test pattern;
1773 memtest=17, mean do 17 test patterns.
/linux-4.1.27/Documentation/cdrom/
Dide-cd197 this does _not_ mean that the driver has successfully detected
/linux-4.1.27/drivers/net/usb/
DKconfig395 that may mean not being able to talk to Win32 systems or more
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME344 timeouts mean better the cache coherency, but increased number
345 of calls to the server. Longer timeouts mean reduced number
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt181 mean either that the record step recorded event types that it wasn't
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt166 listed in the known preset model (white-)list. But, this doesn't mean
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt613 becomes available. That may mean the device should not be registered until
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt624 0 means turn off tagged queuing support, all other values > 0 mean
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt102 administrator. This will mean that you will hear some, but not all, of
1079 screen. Speakup uses the term "Window", to mean a user defined area of
/linux-4.1.27/Documentation/trace/
Dftrace.txt1105 interrupts were enabled in the mean time or shortly after this
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3077 arch/um/include/user_util.h). These mean that it went into a write,