Home
last modified time | relevance | path

Searched full:mean (Results 1 – 25 of 1666) sorted by relevance

12345678910>>...67

/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h6 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */
7 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */
8 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */
9 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */
10 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */
/kernel/linux/linux-6.6/LICENSES/dual/
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
/kernel/linux/linux-5.10/LICENSES/dual/
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
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h34 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */
35 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */
36 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */
37 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */
38 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */
/kernel/linux/linux-5.10/block/
Dblk-stat.c24 stat->max = stat->nr_samples = stat->mean = 0; in blk_rq_stat_init()
28 /* src is a per-cpu stat, mean isn't initialized */
37 dst->mean = div_u64(src->batch + dst->mean * dst->nr_samples, in blk_rq_stat_sum()
/kernel/linux/linux-6.6/block/
Dblk-stat.c23 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()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/
Drkisp1-config.h405 * @frames: number of frames - 1 used for mean value calculation
774 * @mean_y_or_g: Mean value of Y within window and frames,
776 * @mean_cb_or_b: Mean value of Cb within window and frames,
778 * @mean_cr_or_r: Mean value of Cr within window and frames,
791 * @awb_mean: Mean measured data
800 * @meas_r: Mean measured value for Bayer pattern R
801 * @meas_gr: Mean measured value for Bayer pattern Gr
802 * @meas_gb: Mean measured value for Bayer pattern Gb
803 * @meas_b: Mean measured value for Bayer pattern B
815 * @exp_mean: Mean luminance value of block xx
/kernel/linux/linux-6.6/include/uapi/linux/
Drkisp1-config.h301 * @line_mad_fac: Line Mean Absolute Difference factor (RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_*)
470 * @frames: number of frames - 1 used for mean value calculation
857 * @mean_y_or_g: Mean value of Y within window and frames,
859 * @mean_cb_or_b: Mean value of Cb within window and frames,
861 * @mean_cr_or_r: Mean value of Cr within window and frames,
874 * @awb_mean: Mean measured data
883 * @meas_r: Mean measured value for Bayer pattern R
884 * @meas_gr: Mean measured value for Bayer pattern Gr
885 * @meas_gb: Mean measured value for Bayer pattern Gb
886 * @meas_b: Mean measured value for Bayer pattern B
[all …]
/kernel/linux/linux-6.6/Documentation/filesystems/
Dgfs2-glocks.rst150 The statistics are divided into three pairs of mean and
151 variance, plus two counters. The mean/variance pairs are
157 Unlike the TCP/IP Illustrated case, the mean and variance are
160 The three pairs of mean/variance measure the following
177 has gone into the mean/variance calculations. The other counter
238 using the format mean/variance for each of the timing stats.
/kernel/linux/linux-5.10/drivers/rtc/
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()
/kernel/linux/linux-6.6/drivers/rtc/
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()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dgfs2-glocks.rst151 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.
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_timestamp.h25 * @val: current estimation of the value, the mean of all values
27 * @values: table of all measured values, use for computing the mean
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
Dvimc-debayer.c424 * the top left corner of the mean window (considering the current in vimc_debayer_calc_rgb_sink()
429 /* Sum the values of the colors in the mean window */ in vimc_debayer_calc_rgb_sink()
432 "deb: %s: --- Calc pixel %dx%d, window mean %d, seek %d ---\n", in vimc_debayer_calc_rgb_sink()
436 * Iterate through all the lines in the mean window, start in vimc_debayer_calc_rgb_sink()
446 * Iterate through all the columns in the mean window, start in vimc_debayer_calc_rgb_sink()
481 /* Calculate the mean */ in vimc_debayer_calc_rgb_sink()
557 .name = "Debayer Mean Window Size",
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
Dvimc-debayer.c423 * the top left corner of the mean window (considering the current in vimc_deb_calc_rgb_sink()
428 /* Sum the values of the colors in the mean window */ in vimc_deb_calc_rgb_sink()
431 "deb: %s: --- Calc pixel %dx%d, window mean %d, seek %d ---\n", in vimc_deb_calc_rgb_sink()
435 * Iterate through all the lines in the mean window, start in vimc_deb_calc_rgb_sink()
445 * Iterate through all the columns in the mean window, start in vimc_deb_calc_rgb_sink()
479 /* Calculate the mean */ in vimc_deb_calc_rgb_sink()
554 .name = "Debayer Mean Window Size",
/kernel/linux/linux-6.6/include/linux/
Dpstore_zone.h27 * mean error.
39 * excluding -ENOMSG mean error. -ENOMSG means to try next zone.
/kernel/linux/linux-6.6/include/linux/iio/common/
Dinv_sensors_timestamp.h33 * @val: current estimation of the value, the mean of all values
35 * @values: table of all measured values, use for computing the mean
/kernel/linux/linux-5.10/include/linux/
Dpstore_zone.h28 * mean error.
40 * excluding -ENOMSG mean error. -ENOMSG means to try next zone.
Dpstore_blk.h18 * mean error. -ENOMSG means to try next zone.
76 * excluding -ENOMSG mean error. -ENOMSG means to try next zone.
/kernel/linux/linux-6.6/tools/perf/scripts/python/
Dtask-analyzer.py207 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
/kernel/linux/linux-5.10/tools/perf/util/
Dstat.c23 delta = val - stats->mean; in update_stats()
24 stats->mean += delta / stats->n; in update_stats()
25 stats->M2 += delta*(val - stats->mean); in update_stats()
36 return stats->mean; in avg_stats()
48 * The std dev of the mean is related to the std dev by:
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
Dia_css_bnlm_types.h20 * CSS-API header file for Bayer Non-Linear Mean parameters.
25 /* Bayer Non-Linear Mean configuration
/kernel/linux/linux-6.6/net/sunrpc/
Dtimer.c98 * the mean and mean deviation of RTT for the appropriate type of RPC
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
Dia_css_bnlm_types.h20 * CSS-API header file for Bayer Non-Linear Mean parameters.
25 /* Bayer Non-Linear Mean configuration
/kernel/linux/linux-5.10/net/sunrpc/
Dtimer.c98 * the mean and mean deviation of RTT for the appropriate type of RPC

12345678910>>...67