| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | bench-lookups.c | 76 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/ |
| H A D | Apache-2.0 | 24 "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/ |
| H A D | rtc-88pm860x.c | 202 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/ |
| H A D | blk-stat.c | 23 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/ |
| H A D | wbt.h | 38 __entry->rmean = stat[0].mean; 42 __entry->wmean = stat[1].mean;
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_local_storage_rcu_tasks_trace.c | 230 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/ |
| H A D | stat.h | 17 double n, mean, M2; member 123 stats->mean = 0.0; in init_stats()
|
| H A D | bpf_ftrace.c | 194 stats->mean = skel->bss->total / skel->bss->count; in perf_ftrace__latency_read_bpf() 200 stats->mean /= 1000; in perf_ftrace__latency_read_bpf()
|
| H A D | stat.c | 25 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()
|
| H A D | intel-tpebs.c | 608 val = rint(evsel->retirement_latency.mean); in evsel__tpebs_read() 624 val = rint(t->stats.mean); in evsel__tpebs_read()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bench.c | 92 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()
|
| H A D | bench.h | 37 double mean; member
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | codec-fwht.c | 591 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/ |
| H A D | builtin-ftrace.c | 1033 printf(" total time: %20.0f\n", latency_stats.mean * latency_stats.n); in display_histogram() 1034 printf(" avg time: %20.0f\n", latency_stats.mean); in display_histogram() 1345 v1 = p1->st.mean; in cmp_profile_data() 1346 v2 = p2->st.mean; in cmp_profile_data() 1358 v1 = p1->st.n * p1->st.mean; in cmp_profile_data() 1359 v2 = p2->st.n * p2->st.mean; in cmp_profile_data() 1402 p->st.n * p->st.mean / 1000, p->st.mean / 1000, in print_profile_result()
|
| /linux/arch/x86/ras/ |
| H A D | Kconfig | 8 PFN overflows, we try to soft-offline that page as we take it to mean
|
| /linux/Documentation/arch/arm/pxa/ |
| H A D | mfp.rst | 44 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/arch/parisc/ |
| H A D | debugging.rst | 30 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-querystd.rst | 54 :ref:`VIDIOC_QUERYSTD`. The reason is that a new video standard can mean
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | ABI.rst | 12 break on an older device tree, but that doesn't mean the binding is
|
| /linux/fs/jffs2/ |
| H A D | Kconfig | 107 compressors can mean you cannot read existing file systems, 108 and enabling experimental compressors can mean that you
|
| /linux/Documentation/sound/soc/ |
| H A D | pops-clicks.rst | 52 is heard when the gain increase or decrease changes the mean audio signal
|
| /linux/Documentation/input/devices/ |
| H A D | cs461x.rst | 15 4-button joystick; I mean the jstest utility. Also I've tried to
|
| /linux/drivers/soc/samsung/ |
| H A D | Kconfig | 71 corruption over suspend and resume. A smaller value will mean that
|
| /linux/arch/arm/include/debug/ |
| H A D | tegra.S | 85 cmp \rv, #2 @ 2 and 3 mean DCC, UART
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-ofw | 50 i.e., if the FDT blob has not been modified in the mean
|