Home
last modified time | relevance | path

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

123456

/Linux-v4.19/LICENSES/other/
DApache-2.020 "License" shall mean the terms and conditions for use, reproduction, and
23 "Licensor" shall mean the copyright owner or entity authorized by the
26 "Legal Entity" shall mean the union of the acting entity and all other
34 "You" (or "Your") shall mean an individual or Legal Entity exercising
37 "Source" form shall mean the preferred form for making modifications,
41 "Object" form shall mean any form resulting from mechanical transformation
45 "Work" shall mean the work of authorship, whether in Source or Object form,
50 "Derivative Works" shall mean any work, whether in Source or Object form,
58 "Contribution" shall mean any work of authorship, including the original
72 "Contributor" shall mean Licensor and any individual or Legal Entity on
/Linux-v4.19/block/
Dblk-stat.c23 stat->max = stat->nr_samples = stat->mean = 0; in blk_rq_stat_init()
36 dst->mean = div_u64(src->batch + dst->mean * dst->nr_samples, in blk_rq_stat_sum()
Dblk-iolatency.c515 CALC_LOAD(iolat->lat_avg, iolatency_exp_factors[exp_idx], stat.mean); in iolatency_check_latencies()
518 if (stat.mean <= iolat->min_lat_nsec && in iolatency_check_latencies()
533 if (stat.mean <= iolat->min_lat_nsec && in iolatency_check_latencies()
539 } else if (stat.mean > iolat->min_lat_nsec) { in iolatency_check_latencies()
/Linux-v4.19/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-v4.19/tools/perf/util/
Dstat.h11 double n, mean, M2; member
106 stats->mean = 0.0; in init_stats()
Dstat.c15 delta = val - stats->mean; in update_stats()
16 stats->mean += delta / stats->n; in update_stats()
17 stats->M2 += delta*(val - stats->mean); in update_stats()
28 return stats->mean; in avg_stats()
/Linux-v4.19/include/trace/events/
Dwbt.h37 __entry->rmean = stat[0].mean;
41 __entry->wmean = stat[1].mean;
/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-codec.c534 int32_t mean = 0; in var_intra() local
540 mean += *tmp; in var_intra()
541 mean /= 64; in var_intra()
544 ret += (*tmp - mean) < 0 ? -(*tmp - mean) : (*tmp - mean); in var_intra()
/Linux-v4.19/Documentation/filesystems/
Dgfs2-glocks.txt138 The statistics are divided into three pairs of mean and
139 variance, plus two counters. The mean/variance pairs are
145 Unlike the TCP/IP Illustrated case, the mean and variance are
148 The three pairs of mean/variance measure the following
165 has gone into the mean/variance calculations. The other counter
221 using the format mean/variance for each of the timing stats.
/Linux-v4.19/arch/x86/ras/
DKconfig8 PFN overflows, we try to soft-offline that page as we take it to mean
/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst138 TEST_PROGS, TEST_GEN_PROGS mean it is the executable tested by
149 TEST_PROGS_EXTENDED, TEST_GEN_PROGS_EXTENDED mean it is the
151 TEST_FILES, TEST_GEN_FILES mean it is the file which is used by
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/
Datmel-sama5d4-wdt.txt19 watchdog reset time depends on mean CPU usage and will not reset at all
Datmel-wdt.txt32 watchdog reset time depends on mean CPU usage and will not reset at all
/Linux-v4.19/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-v4.19/drivers/iio/light/
Dtsl2583.c119 s16 mean; member
715 *val = gainadj[chip->als_settings.als_gain].mean; in tsl2583_read_raw()
774 if (gainadj[i].mean == val) { in tsl2583_write_raw()
/Linux-v4.19/fs/jffs2/
DKconfig106 compressors can mean you cannot read existing file systems,
107 and enabling experimental compressors can mean that you
/Linux-v4.19/Documentation/parisc/
Ddebugging24 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dqcom,usb-hs-phy.txt65 <0x1 0x53> would mean "write the value 0x53 to address 0x81".
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-querystd.rst54 :ref:`VIDIOC_QUERYSTD`. The reason is that a new video standard can mean
/Linux-v4.19/Documentation/devicetree/bindings/
DABI.txt9 break on an older device tree, but that doesn't mean the binding is
/Linux-v4.19/Documentation/input/devices/
Dcs461x.rst15 4-button joystick; I mean the jstest utility. Also I've tried to
/Linux-v4.19/Documentation/sound/soc/
Dpops-clicks.rst52 is heard when the gain increase or decrease changes the mean audio signal
/Linux-v4.19/arch/arm/include/debug/
Dtegra.S94 cmp \rv, #2 @ 2 and 3 mean DCC, UART
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-ofw50 i.e., if the FDT blob has not been modified in the mean
/Linux-v4.19/Documentation/driver-api/
Dedac.rst12 mean what people think they mean (Inconceivable!). In the interest of

123456