/linux-6.3-rc2/LICENSES/dual/ |
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-6.3-rc2/drivers/rtc/ |
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-6.3-rc2/block/ |
A D | blk-stat.c | 24 stat->max = stat->nr_samples = stat->mean = 0; in blk_rq_stat_init() 37 dst->mean = div_u64(src->batch + dst->mean * dst->nr_samples, in blk_rq_stat_sum()
|
/linux-6.3-rc2/include/trace/events/ |
A D | wbt.h | 38 __entry->rmean = stat[0].mean; 42 __entry->wmean = stat[1].mean;
|
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/ |
A D | bench_local_storage_rcu_tasks_trace.c | 235 printf("\tavg %.3lf us\tstddev %.3lf us\n", gp_stat.mean, gp_stat.stddev); in report_final() 238 printf("\tavg %.3lf\tstddev %.3lf\n", gp_stat.mean, gp_stat.stddev); in report_final()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | gfs2-glocks.rst | 151 The statistics are divided into three pairs of mean and 152 variance, plus two counters. The mean/variance pairs are 158 Unlike the TCP/IP Illustrated case, the mean and variance are 161 The three pairs of mean/variance measure the following 178 has gone into the mean/variance calculations. The other counter 239 using the format mean/variance for each of the timing stats.
|
/linux-6.3-rc2/tools/perf/util/ |
A D | stat.h | 18 double n, mean, M2; member 202 stats->mean = 0.0; in init_stats()
|
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()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | bench.c | 91 gp_stat->mean += res[i].gp_ns / 1000.0 / (double)res[i].gp_ct / (0.0 + res_cnt); in grace_period_latency_basic_stats() 93 #define IT_MEAN_DIFF (res[i].gp_ns / 1000.0 / (double)res[i].gp_ct - gp_stat->mean) in grace_period_latency_basic_stats() 109 gp_stat->mean += res[i].stime / (double)res[i].gp_ct / (0.0 + res_cnt); in grace_period_ticks_basic_stats() 111 #define IT_MEAN_DIFF (res[i].stime / (double)res[i].gp_ct - gp_stat->mean) in grace_period_ticks_basic_stats()
|
A D | bench.h | 35 double mean; member
|
/linux-6.3-rc2/drivers/media/test-drivers/vicodec/ |
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-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | rockchip,i2s-tdm.yaml | 110 rockchip,i2s-rx-route = <3> would mean sdi3 is receiving from data0. 120 rockchip,i2s-tx-route = <3> would mean sdo3 is sending to data0.
|
/linux-6.3-rc2/arch/x86/ras/ |
A D | Kconfig | 8 PFN overflows, we try to soft-offline that page as we take it to mean
|
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/ |
A D | marvell,sei.txt | 10 AP and is wired while a second set comes from the CPs by the mean of
|
/linux-6.3-rc2/Documentation/arm/pxa/ |
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-6.3-rc2/Documentation/devicetree/bindings/watchdog/ |
A D | atmel,sama5d4-wdt.yaml | 48 watchdog reset time depends on mean CPU usage and will not reset at all
|
/linux-6.3-rc2/drivers/iio/light/ |
A D | tsl2583.c | 110 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-6.3-rc2/Documentation/devicetree/bindings/ |
A D | ABI.rst | 12 break on an older device tree, but that doesn't mean the binding is
|
/linux-6.3-rc2/Documentation/parisc/ |
A D | debugging.rst | 30 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-querystd.rst | 54 :ref:`VIDIOC_QUERYSTD`. The reason is that a new video standard can mean
|
/linux-6.3-rc2/fs/jffs2/ |
A D | Kconfig | 107 compressors can mean you cannot read existing file systems, 108 and enabling experimental compressors can mean that you
|
/linux-6.3-rc2/Documentation/block/ |
A D | request.rst | 9 No idea about what does mean - seems just some noise, so comment it
|
/linux-6.3-rc2/Documentation/sound/soc/ |
A D | pops-clicks.rst | 52 is heard when the gain increase or decrease changes the mean audio signal
|
/linux-6.3-rc2/Documentation/input/devices/ |
A D | cs461x.rst | 15 4-button joystick; I mean the jstest utility. Also I've tried to
|
/linux-6.3-rc2/drivers/soc/samsung/ |
A D | Kconfig | 74 corruption over suspend and resume. A smaller value will mean that
|