/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/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() 204 test_ok("%-20s\t%zu keys: min=%" PRIu64 "ms max=%" PRIu64 "ms mean=%gms stddev=%g", in test_print_stats() 206 bs->mean / 1000000, sqrt((bs->mean / 1000000) / bs->nr)); in test_print_stats()
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | config.h | 56 /* The mean delta for the volume index */ 75 /* The volume index mean delta to use */ 101 /* The volume index mean delta to use */
|
H A D | geometry.h | 53 /* Mean delta for chapter indexes */ 85 /* The log2 of the default mean delta */
|
/linux/block/ |
H A D | blk-stat.c | 23 stat->max = stat->nr_samples = stat->mean = 0; in blk_rq_stat_init() 27 /* src is a per-cpu stat, mean isn't initialized */ 36 dst->mean = div_u64(src->batch + dst->mean * dst->nr_samples, in blk_rq_stat_sum()
|
/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-debayer.c | 417 * the top left corner of the mean window (considering the current in vimc_debayer_calc_rgb_sink() 422 /* Sum the values of the colors in the mean window */ in vimc_debayer_calc_rgb_sink() 425 "deb: %s: --- Calc pixel %dx%d, window mean %d, seek %d ---\n", in vimc_debayer_calc_rgb_sink() 429 * Iterate through all the lines in the mean window, start in vimc_debayer_calc_rgb_sink() 439 * Iterate through all the columns in the mean window, start in vimc_debayer_calc_rgb_sink() 474 /* Calculate the mean */ in vimc_debayer_calc_rgb_sink() 551 .name = "Debayer Mean Window Size",
|
/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/include/linux/ |
H A D | pstore_zone.h | 27 * mean error. 39 * excluding -ENOMSG mean error. -ENOMSG means to try next zone.
|
/linux/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 207 db["runtime_info"]["mean"] = len("Mean") 293 find and memorize relevant data such as mean, max et cetera. This instance handles 304 def __init__(self, pid, tid, comm, runs, acc, mean, argument 311 self.mean = mean 357 fmt += "{}{{:>{}}}".format(separator, db["runtime_info"]["mean"] * fix_csv_align) 372 column_titles += ("Runs", "Accumulated", "Mean", "Median", "Min", "Max") 426 # The size of the decimal after sum,mean and median varies, thus we cut 459 len_mean = db["runtime_info"]["mean"] * fix_csv_align
|
/linux/net/sunrpc/ |
H A D | timer.c | 98 * the mean and mean deviation of RTT for the appropriate type of RPC
|
/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/devicetree/bindings/sound/ |
H A D | rockchip,rk3576-sai.yaml | 76 rockchip,sai-rx-route = <3> would mean sdi3 is receiving from data0, and 90 rockchip,sai-tx-route = <3> would mean sdo3 is sending to data0, and
|
H A D | rockchip,i2s-tdm.yaml | 117 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/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/include/trace/events/ |
H A D | wbt.h | 38 __entry->rmean = stat[0].mean; 42 __entry->wmean = stat[1].mean;
|
/linux/tools/perf/util/ |
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() 50 * The std dev of the mean is related to the std dev by:
|
H A D | stat.h | 17 double n, mean, M2; member 129 stats->mean = 0.0; in init_stats()
|
H A D | bpf_ftrace.c | 193 stats->mean = skel->bss->total / skel->bss->count; in perf_ftrace__latency_read_bpf() 199 stats->mean /= 1000; in perf_ftrace__latency_read_bpf()
|
/linux/lib/842/ |
H A D | 842.h | 27 * "Data" actions, indicated in the table by D2, D4, and D8, mean that the 31 * "Index" actions, indicated in the table by I2, I4, and I8, mean the
|
/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/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/arch/sparc/prom/ |
H A D | mp.c | 21 * XXX Have to look into what the return values mean. XXX
|
/linux/mm/ |
H A D | gup_test.h | 31 * page 1, so that zero entries mean "do nothing") from the .addr base.
|
/linux/Documentation/admin-guide/ |
H A D | rtc.rst | 5 When Linux developers talk about a "Real Time Clock", they usually mean 10 (UTC, formerly "Greenwich Mean Time").
|
/linux/fs/squashfs/ |
H A D | Kconfig | 281 the filesystem. Increasing this amount may mean SquashFS 283 of extra system memory. Decreasing this amount will mean
|