/linux-6.12.1/security/integrity/evm/ |
D | Kconfig | 22 Include filesystem UUID for HMAC calculation. 27 WARNING: changing the HMAC calculation method or adding 28 additional info to the calculation, requires existing EVM 36 Include additional SMACK xattrs for HMAC calculation. 40 in the HMAC calculation, enabling this option includes newly defined 44 WARNING: changing the HMAC calculation method or adding 45 additional info to the calculation, requires existing EVM 53 Allow userland to provide additional xattrs for HMAC calculation.
|
/linux-6.12.1/include/linux/platform_data/ |
D | mtd-nand-omap2.h | 23 * 1-bit ECC: calculation and correction by SW 29 * 1-bit ECC: calculation by GPMC, Error detection by Software 33 /* 4-bit ECC calculation by GPMC, Error detection by Software */ 35 /* 4-bit ECC calculation by GPMC, Error detection by ELM */ 37 /* 8-bit ECC calculation by GPMC, Error detection by Software */ 39 /* 8-bit ECC calculation by GPMC, Error detection by ELM */ 41 /* 16-bit ECC calculation by GPMC, Error detection by ELM */
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_cksum.h | 11 * hence we have to split the CRC calculation across the cksum_offset. 32 * access to the buffer while the calculation takes place. 40 /* single pass CRC calculation for the entire buffer */ in xfs_start_cksum_update() 47 * The CRC32c calculation uses LE format even on BE machines, but returns the 61 * access to the buffer while the calculation takes place.
|
/linux-6.12.1/include/media/ |
D | vsp1.h | 68 * enum vsp1_du_crc_source - Source used for CRC calculation 69 * @VSP1_DU_CRC_NONE: CRC calculation disabled 70 * @VSP1_DU_CRC_PLANE: Perform CRC calculation on an input plane 71 * @VSP1_DU_CRC_OUTPUT: Perform CRC calculation on the composed output 81 * @source: source for CRC calculation
|
/linux-6.12.1/tools/power/cpupower/bench/ |
D | benchmark.c | 24 * compute how many rounds of calculation we should do 29 * @retval rounds of calculation 43 /* get the initial calculation time for a specific number of rounds */ in calculate_timespace() 51 * initial calculation time */ in calculate_timespace() 106 /* calibrate the calculation time. the resulting calculation in start_benchmark()
|
D | parse.h | 16 unsigned int cycles; /* calculation cycles with the same sleep/load time */ 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */
|
/linux-6.12.1/include/uapi/linux/media/raspberrypi/ |
D | pisp_be_config.h | 142 * @offset: Offset value for threshold calculation 376 * @detail_constant: Constant value for threshold calculation 377 * @detail_slope: Slope value for threshold calculation 468 * @threshold_offset0: Offset for filter 0 response calculation 469 * @threshold_slope0: Slope multiplier for the filter 0 response calculation 470 * @scale0: Scale factor for filter 0 response calculation 472 * @threshold_offset1: Offset for filter 0 response calculation 473 * @threshold_slope1: Slope multiplier for the filter 0 response calculation 474 * @scale1: Scale factor for filter 0 response calculation 476 * @threshold_offset2: Offset for filter 0 response calculation [all …]
|
/linux-6.12.1/lib/ |
D | crc64.c | 3 * Normal 64-bit CRC calculation. 16 * calculation, which is generated by gen_crc64table.c in kernel build 46 * @crc: seed value for computation. 0 or (u64)~0 for a new CRC calculation, 68 * @crc: seed value for computation. 0 for a new CRC calculation, or the
|
D | polynomial.c | 3 * Generic polynomial calculation using integer coefficients. 77 * Returns the result of the polynomial calculation. 87 * Here is the polynomial calculation function, which performs the in polynomial_calc()
|
D | gen_crc64table.c | 3 * Generate lookup table for the table-driven CRC64 calculation. 7 * the table-driven CRC64 calculation.
|
/linux-6.12.1/include/linux/usb/ |
D | quirks.h | 41 * calculation instead of the exponent variable used in the calculation. 56 * USB 2.0 calculation.
|
/linux-6.12.1/drivers/net/wireguard/ |
D | peerlookup.c | 100 * >>> def calculation(tries, size): 103 * >>> calculation(1, 2**20 * 3) 105 * >>> calculation(2, 2**20 * 3) 107 * >>> calculation(3, 2**20 * 3) 109 * >>> calculation(4, 2**20 * 3)
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ |
D | ia_css_bnlm_types.h | 34 bool rad_enable; /** Enable a radial dependency in a weight calculation */ 35 s32 rad_x_origin; /** Initial x coordinate for a radius calculation */ 36 s32 rad_y_origin; /** Initial x coordinate for a radius calculation */
|
/linux-6.12.1/include/net/ |
D | pie.h | 26 * @dq_rate_estimator: is Little's law used for qdelay calculation 42 * @qdelay_old: queue delay in previous qdelay calculation 49 * @backlog_old: queue backlog during previous qdelay calculation
|
/linux-6.12.1/Documentation/driver-api/cxl/ |
D | access-coordinates.rst | 8 Shared Upstream Link Calculation 19 maximizes performance. When asymmetric topology is detected, the calculation 61 The calculation starts at cxl_region_shared_upstream_perf_update(). A xarray
|
/linux-6.12.1/drivers/clk/mmp/ |
D | clk-pll.c | 3 * MMP PLL clock rate calculation 67 /* MMP3 clock rate calculation */ in mmp_clk_pll_recalc_rate() 78 /* MMP2 clock rate calculation */ in mmp_clk_pll_recalc_rate()
|
/linux-6.12.1/Documentation/core-api/ |
D | this_cpu_ops.rst | 18 This means that there are no atomicity issues between the calculation of 21 processor is not changed between the calculation of the address and 84 instead of a sequence of calculation of the address and then a fetch 88 while the calculation is performed. 205 The calculation of the pointer may require the use of this_cpu_ptr()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn32/ |
D | dcn32_dpp.c | 70 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_calc_lb_num_partitions() 83 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_calc_lb_num_partitions() 203 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_spl_calc_lb_num_partitions() 216 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_spl_calc_lb_num_partitions()
|
/linux-6.12.1/drivers/ras/amd/atl/ |
D | dehash.c | 55 /* Calculation complete for 2 channels. Continue for 4 and 8 channels. */ in df3_dehash_addr() 69 /* Calculation complete for 4 channels. Continue for 8 channels. */ in df3_dehash_addr() 161 * Calculation complete for 2 channels. Continue for 4, 8, and 16 channels. in df4_dehash_addr() 176 /* Calculation complete for 4 channels. Continue for 8 and 16 channels. */ in df4_dehash_addr() 190 /* Calculation complete for 8 channels. Continue for 16 channels. */ in df4_dehash_addr() 401 /* Hashing bits handled earlier during CS ID calculation. */ in dehash_address()
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/magnetometer/ |
D | ti,tmag5273.yaml | 17 magnetic axes and temperature measurements. An integrated angle calculation 19 on-axis and off-axis angle measurement topologies. The angle calculation is
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | port_tun.c | 92 /* Tunnel entropy calculation may be controlled either on port basis in mlx5_set_entropy() 117 /* GRE requires disabling entropy calculation. if there are in mlx5_set_entropy() 152 /* in case entropy calculation is enabled for all tunneling in mlx5_tun_entropy_refcount_inc()
|
/linux-6.12.1/drivers/net/ethernet/amazon/ena/ |
D | ena_eth_com.h | 94 /* This calculation doesn't need to be 100% accurate. So to reduce in ena_com_sq_have_enough_space() 95 * the calculation overhead just Subtract 2 lines from the free descs in ena_com_sq_have_enough_space() 97 * down calculation. in ena_com_sq_have_enough_space()
|
/linux-6.12.1/Documentation/fb/ |
D | modedb.rst | 40 If 'R' is specified, do a 'reduced blanking' calculation for digital displays. 42 specified, add margins to the calculation (1.8% of xres rounded down to 8 112 displays, the "reduced blanking" calculation can be used. 118 calculation is specified. (The CVT compatibility of the display can be
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | renesas,rzv2h-cpg.yaml | 45 calculation is (1 * 16 + 3) = 0x13. 56 for SYS_0_PRESETN, the calculation is (3 * 16 + 0) = 0x30.
|
/linux-6.12.1/fs/afs/ |
D | xdr_fs.h | 60 * bytes, due to a now-standardised (mis)calculation, but it is 107 * The calculation is made assuming the part of the name in the first slot is
|