Home
last modified time | relevance | path

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

12345678

/linux/fs/bcachefs/
A Dmean_and_variance.c120 s64 diff_w = x_w - s->mean; in mean_and_variance_weighted_update()
123 s64 u_w1 = s->mean + diff; in mean_and_variance_weighted_update()
126 s->mean = x_w; in mean_and_variance_weighted_update()
129 s->mean = u_w1; in mean_and_variance_weighted_update()
143 return fast_divpow2(s.mean, weight); in mean_and_variance_weighted_get_mean()
A Dmean_and_variance_test.c95 s64 *mean, in do_mean_and_variance_test() argument
117 KUNIT_EXPECT_EQ(test, mean_and_variance_get_mean(mv), mean[i]); in do_mean_and_variance_test()
130 s64 mean[] = { 22, 21, 20, 19, 18, 17, 16 }; in mean_and_variance_test_1() local
136 d, mean, stddev, weighted_mean, weighted_stddev); in mean_and_variance_test_1()
143 s64 mean[] = { 22, 32, 40, 46, 50 }; in mean_and_variance_test_2() local
149 d, mean, stddev, weighted_mean, weighted_stddev); in mean_and_variance_test_2()
/linux/tools/testing/selftests/net/tcp_ao/
A Dbench-lookups.c76 double mean; member
123 delta = (double)nsec - st->mean; in measure_call()
124 st->mean += delta / st->nr; in measure_call()
125 st->s2 += delta * ((double)nsec - st->mean); in measure_call()
206 bs->mean / 1000000, sqrt((bs->mean / 1000000) / bs->nr)); in test_print_stats()
/linux/LICENSES/dual/
A DApache-2.024 "License" shall mean the terms and conditions for use, reproduction, and
27 "Licensor" shall mean the copyright owner or entity authorized by the
30 "Legal Entity" shall mean the union of the acting entity and all other
38 "You" (or "Your") shall mean an individual or Legal Entity exercising
41 "Source" form shall mean the preferred form for making modifications,
45 "Object" form shall mean any form resulting from mechanical transformation
49 "Work" shall mean the work of authorship, whether in Source or Object form,
54 "Derivative Works" shall mean any work, whether in Source or Object form,
62 "Contribution" shall mean any work of authorship, including the original
76 "Contributor" shall mean Licensor and any individual or Legal Entity on
/linux/drivers/rtc/
A Drtc-88pm860x.c202 unsigned int sum, data, mean, vrtc_set; in calibrate_vrtc_work() local
212 mean = sum >> 4; in calibrate_vrtc_work()
214 dev_dbg(info->dev, "mean:%d, vrtc_set:%d\n", mean, vrtc_set); in calibrate_vrtc_work()
218 if ((mean + 200) < vrtc_set) { in calibrate_vrtc_work()
224 } else if ((mean - 200) > vrtc_set) { in calibrate_vrtc_work()
/linux/block/
A 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()
/linux/include/trace/events/
A Dwbt.h38 __entry->rmean = stat[0].mean;
42 __entry->wmean = stat[1].mean;
/linux/tools/testing/selftests/bpf/benchs/
A Dbench_local_storage_rcu_tasks_trace.c230 printf("\tavg %.3lf us\tstddev %.3lf us\n", gp_stat.mean, gp_stat.stddev); in report_final()
233 printf("\tavg %.3lf\tstddev %.3lf\n", gp_stat.mean, gp_stat.stddev); in report_final()
/linux/tools/perf/util/
A Dstat.h18 double n, mean, M2; member
131 stats->mean = 0.0; in init_stats()
A Dstat.c25 delta = val - stats->mean; in update_stats()
26 stats->mean += delta / stats->n; in update_stats()
27 stats->M2 += delta*(val - stats->mean); in update_stats()
38 return stats->mean; in avg_stats()
/linux/Documentation/filesystems/
A Dgfs2-glocks.rst147 The statistics are divided into three pairs of mean and
148 variance, plus two counters. The mean/variance pairs are
154 Unlike the TCP/IP Illustrated case, the mean and variance are
157 The three pairs of mean/variance measure the following
174 has gone into the mean/variance calculations. The other counter
235 using the format mean/variance for each of the timing stats.
/linux/tools/testing/selftests/bpf/
A Dbench.c92 gp_stat->mean += res[i].gp_ns / 1000.0 / (double)res[i].gp_ct / (0.0 + res_cnt); in grace_period_latency_basic_stats()
94 #define IT_MEAN_DIFF (res[i].gp_ns / 1000.0 / (double)res[i].gp_ct - gp_stat->mean) in grace_period_latency_basic_stats()
110 gp_stat->mean += res[i].stime / (double)res[i].gp_ct / (0.0 + res_cnt); in grace_period_ticks_basic_stats()
112 #define IT_MEAN_DIFF (res[i].stime / (double)res[i].gp_ct - gp_stat->mean) in grace_period_ticks_basic_stats()
A Dbench.h37 double mean; member
/linux/drivers/media/test-drivers/vicodec/
A Dcodec-fwht.c591 int32_t mean = 0; in var_intra() local
597 mean += *tmp; in var_intra()
598 mean /= 64; in var_intra()
601 ret += (*tmp - mean) < 0 ? -(*tmp - mean) : (*tmp - mean); in var_intra()
/linux/tools/perf/
A Dbuiltin-ftrace.c1134 v1 = p1->st.mean; in cmp_profile_data()
1135 v2 = p2->st.mean; in cmp_profile_data()
1147 v1 = p1->st.n * p1->st.mean; in cmp_profile_data()
1148 v2 = p2->st.n * p2->st.mean; in cmp_profile_data()
1190 p->st.n * p->st.mean / 1000, p->st.mean / 1000, in print_profile_result()
/linux/arch/x86/ras/
A DKconfig8 PFN overflows, we try to soft-offline that page as we take it to mean
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dmarvell,sei.txt10 AP and is wired while a second set comes from the CPs by the mean of
/linux/Documentation/devicetree/bindings/sound/
A Drockchip,i2s-tdm.yaml117 rockchip,i2s-rx-route = <3> would mean sdi3 is receiving from data0.
127 rockchip,i2s-tx-route = <3> would mean sdo3 is sending to data0.
/linux/Documentation/arch/arm/pxa/
A Dmfp.rst44 mean it's dedicated for GPIO19, only as a hint that internally this pin
71 mean it is a GPIO signal, and by MFP<xxx> or pin xxx, we mean a physical
140 and on which edge(s). This, however, doesn't necessarily mean the
/linux/Documentation/filesystems/bcachefs/
A Derrorcodes.rst29 where the error was generated; good names for error codes mean much more
/linux/drivers/iio/light/
A Dtsl2583.c110 s16 mean; member
712 *val = gainadj[chip->als_settings.als_gain].mean; in tsl2583_read_raw()
773 if (gainadj[i].mean == val) { in tsl2583_write_raw()
/linux/Documentation/devicetree/bindings/watchdog/
A Datmel,sama5d4-wdt.yaml52 watchdog reset time depends on mean CPU usage and will not reset at all
/linux/Documentation/arch/parisc/
A Ddebugging.rst30 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
/linux/Documentation/devicetree/bindings/
A DABI.rst12 break on an older device tree, but that doesn't mean the binding is
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-querystd.rst54 :ref:`VIDIOC_QUERYSTD`. The reason is that a new video standard can mean

Completed in 38 milliseconds

12345678