/linux-6.1.9/fs/ext4/ |
D | bitmap.c | 24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local 31 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); in ext4_inode_bitmap_csum_verify() 36 calculated &= 0xFFFF; in ext4_inode_bitmap_csum_verify() 38 return provided == calculated; in ext4_inode_bitmap_csum_verify() 62 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local 70 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); in ext4_block_bitmap_csum_verify() 75 calculated &= 0xFFFF; in ext4_block_bitmap_csum_verify() 77 if (provided == calculated) in ext4_block_bitmap_csum_verify()
|
D | orphan.c | 534 __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.1.9/Documentation/hwmon/ |
D | da9052.rst | 48 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:
|
D | da9055.rst | 39 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:
|
D | wm831x.rst | 35 are available. The chip temperature is calculated as:
|
D | fam15h_power.rst | 36 be calculated using different processor northbridge function 55 On multi-node processors the calculated value is for the entire
|
/linux-6.1.9/fs/jbd2/ |
D | recovery.c | 182 __u32 calculated; in jbd2_descriptor_block_csum_verify() local 191 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_descriptor_block_csum_verify() 194 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify() 427 __u32 calculated; in jbd2_commit_block_csum_verify() local 435 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_commit_block_csum_verify() 438 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
|
/linux-6.1.9/Documentation/devicetree/bindings/leds/ |
D | skyworks,aat1290.yaml | 41 Maximum flash LED supply current can be calculated using following 46 Maximum flash timeout can be calculated using following formula::
|
D | richtek,rt8515.yaml | 60 ground. The maximum hardware current setting is calculated 72 ground. The maximum hardware current setting is calculated
|
/linux-6.1.9/Documentation/arm/nwfpe/ |
D | notes.rst | 14 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.1.9/Documentation/ABI/testing/ |
D | sysfs-class-fpga-region | 7 is defined or calculated by the layer that is creating the
|
D | sysfs-class-led | 14 LEDs within the group to a calculated percentage of what 17 The percentage is calculated for each grouped LED via
|
D | sysfs-bus-iio-health-afe440x | 19 calculated difference in the value of stage 1 - 2 and 3 - 4.
|
/linux-6.1.9/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 4 perf collects callchains. The 'self' overhead is simply calculated by 9 The 'children' overhead is calculated by adding all period values of
|
/linux-6.1.9/Documentation/misc-devices/ |
D | apds990x.rst | 29 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.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-service-time.rst | 52 which is calculated by:: 71 If calculated service time is equal, the path having maximum
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | st,stm32-rcc.txt | 45 It is calculated as: index = register_offset / 4 * 32 + bit_offset. 129 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
|
D | brcm,bcm53573-ilp.txt | 10 ILP's rate has to be calculated on runtime and it depends on ALP clock
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | maxim,max98390.yaml | 21 description: The calculated temperature data was measured while doing the calibration.
|
/linux-6.1.9/Documentation/userspace-api/media/dvb/ |
D | fe-read-uncorrected-blocks.rst | 39 calculated. For this command, read-only access to the device is
|
/linux-6.1.9/Documentation/networking/device_drivers/cellular/qualcomm/ |
D | rmnet.rst | 95 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.1.9/Documentation/filesystems/ext4/ |
D | overview.rst | 10 ``sb.s_blocks_per_group`` blocks, though it can also calculated as 8 *
|
/linux-6.1.9/Documentation/sound/designs/ |
D | tracepoints.rst | 92 decided as a fixed number, this value is also calculated according to 98 decided as a single value, this value is also calculated according to 105 also calculated according to it. Else, zero. But this behaviour depends
|
/linux-6.1.9/drivers/memory/samsung/ |
D | Kconfig | 20 of DRAM running with different frequency. The timings are calculated
|
/linux-6.1.9/fs/f2fs/ |
D | inode.c | 171 __u32 provided, calculated; in f2fs_inode_chksum_verify() local 186 calculated = f2fs_inode_chksum(sbi, page); in f2fs_inode_chksum_verify() 188 if (provided != calculated) in f2fs_inode_chksum_verify() 190 page->index, ino_of_node(page), provided, calculated); in f2fs_inode_chksum_verify() 192 return provided == calculated; in f2fs_inode_chksum_verify()
|