Home
last modified time | relevance | path

Searched refs:calculated (Results 1 – 25 of 212) sorted by relevance

123456789

/linux-6.15/fs/ext4/
H A Dbitmap.c24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local
33 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); in ext4_inode_bitmap_csum_verify()
38 calculated &= 0xFFFF; in ext4_inode_bitmap_csum_verify()
40 return provided == calculated; in ext4_inode_bitmap_csum_verify()
66 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local
74 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); in ext4_block_bitmap_csum_verify()
79 calculated &= 0xFFFF; in ext4_block_bitmap_csum_verify()
81 return provided == calculated; in ext4_block_bitmap_csum_verify()
H A Dorphan.c534 __u32 calculated; in ext4_orphan_file_block_csum_verify() local
544 calculated = ext4_chksum(EXT4_SB(sb), oi->of_csum_seed, in ext4_orphan_file_block_csum_verify()
546 calculated = ext4_chksum(EXT4_SB(sb), calculated, (__u8 *)bh->b_data, in ext4_orphan_file_block_csum_verify()
548 return le32_to_cpu(ot->ob_checksum) == calculated; in ext4_orphan_file_block_csum_verify()
/linux-6.15/Documentation/hwmon/
H A Dda9052.rst48 The battery voltage is calculated as:
52 The backup battery voltage is calculated as:
56 The voltages on ADC channels 4, 5 and 6 are calculated as:
66 The junction temperature is calculated:
72 The battery temperature is calculated:
H A Dda9055.rst39 The system voltage is calculated as:
43 The voltages on ADC channels 1, 2 and 3 are calculated as:
53 The junction temperature is calculated:
H A Dqnap-mcu-hwmon.rst18 The fan rotation speed returned via the optional 'fan1_input' is calculated
H A Dwm831x.rst35 are available. The chip temperature is calculated as:
H A Dfam15h_power.rst36 be calculated using different processor northbridge function
55 On multi-node processors the calculated value is for the entire
/linux-6.15/fs/jbd2/
H A Drecovery.c179 __u32 calculated; in jbd2_descriptor_block_csum_verify() local
188 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_descriptor_block_csum_verify()
191 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify()
435 __u32 calculated; in jbd2_commit_block_csum_verify() local
443 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_commit_block_csum_verify()
446 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
453 __u32 calculated; in jbd2_commit_block_csum_verify_partial() local
464 calculated = jbd2_chksum(j, j->j_csum_seed, tmpbuf, j->j_blocksize); in jbd2_commit_block_csum_verify_partial()
467 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify_partial()
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dskyworks,aat1290.yaml41 Maximum flash LED supply current can be calculated using following
46 Maximum flash timeout can be calculated using following formula::
H A Drichtek,rt8515.yaml60 ground. The maximum hardware current setting is calculated
72 ground. The maximum hardware current setting is calculated
/linux-6.15/Documentation/arch/arm/nwfpe/
H A Dnotes.rst14 I was looking at some code, that calculated a double result, stored it in f4
30 The result of log(x) (a double) will be calculated, returned in f0, then
/linux-6.15/Documentation/iio/
H A Dopt4060.rst23 Illuminance is calculated using the wide spectrum green channel.
45 intensity is the same across the different color channels. This is calculated
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Drenesas,rzv2h-cpg.yaml45 a module number. The module number is calculated as the CLKON register
57 is calculated as the reset register offset index multiplied by 16, plus the
H A Dbrcm,bcm53573-ilp.txt10 ILP's rate has to be calculated on runtime and it depends on ALP clock
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-led-driver-aw200xx4 "auto", the dim will be calculated according to the
H A Dsysfs-class-fpga-region7 is defined or calculated by the layer that is creating the
H A Dsysfs-class-led14 LEDs within the group to a calculated percentage of what
17 The percentage is calculated for each grouped LED via
/linux-6.15/Documentation/driver-api/cxl/
H A Daccess-coordinates.rst64 endpoint CDAT and the upstream link bandwidth is calculated. If the endpoint
65 has a CXL switch as a parent, then min() of calculated bandwidth and the
67 with the endpoint is calculated. The final bandwidth is stored in a
/linux-6.15/tools/testing/vsock/
H A DREADME70 A is calculated as "number of bits to send" / "time in tx loop"
83 A is calculated as "number of received bits" / "time in rx loop".
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst52 which is calculated by::
71 If calculated service time is equal, the path having maximum
/linux-6.15/tools/perf/Documentation/
H A Dcallchain-overhead-calculation.txt5 wall-clock overhead). The 'self' overhead is simply calculated by
10 The 'children' overhead is calculated by adding all period values of
/linux-6.15/Documentation/misc-devices/
H A Dapds990x.rst29 only lux values. Lux value is calculated using information from the both
30 channels. HW threshold level is calculated from the given lux value to match
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dfe-read-uncorrected-blocks.rst39 calculated. For this command, read-only access to the device is
/linux-6.15/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst95 Valid bit indicates whether the partial checksum is calculated and is valid.
152 implies that checksum is calculated on this packet and is valid, value of 0
153 indicates that the calculated packet checksum is invalid.
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dmaxim,max98390.yaml24 description: The calculated temperature data was measured while doing the calibration.

123456789