Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/fs/ext4/
Dbitmap.c24 __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()
/kernel/linux/linux-5.10/Documentation/hwmon/
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:
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:
Dwm831x.rst35 are available. The chip temperature is calculated as:
Dfam15h_power.rst36 be calculated using different processor northbridge function
55 On multi-node processors the calculated value is for the entire
/kernel/linux/linux-5.10/fs/jbd2/
Drecovery.c177 __u32 calculated; in jbd2_descriptor_block_csum_verify() local
186 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_descriptor_block_csum_verify()
189 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify()
422 __u32 calculated; in jbd2_commit_block_csum_verify() local
430 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_commit_block_csum_verify()
433 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/
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
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-fpga-region7 is defined or calculated by the layer that is creating the
Dsysfs-class-led14 LEDs within the group to a calculated percentage of what
17 The percentage is calculated for each grouped LED via
Dsysfs-bus-iio-health-afe440x19 calculated difference in the value of stage 1 - 2 and 3 - 4.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-aat1290.txt28 Maximum flash LED supply current can be calculated using
31 Maximum flash timeout can be calculated using following
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt4 perf collects callchains. The 'self' overhead is simply calculated by
9 The 'children' overhead is calculated by adding all period values of
/kernel/linux/linux-5.10/Documentation/misc-devices/
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
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-service-time.rst52 which is calculated by::
71 If calculated service time is equal, the path having maximum
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfe-read-uncorrected-blocks.rst39 calculated. For this command, read-only access to the device is
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dbrcm,bcm53573-ilp.txt10 ILP's rate has to be calculated on runtime and it depends on ALP clock
Dst,stm32-rcc.txt45 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
129 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
/kernel/linux/linux-5.10/drivers/memory/samsung/
DKconfig20 different frequency. The timings are calculated based on DT memory
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Doverview.rst10 ``sb.s_blocks_per_group`` blocks, though it can also calculated as 8 \*
/kernel/linux/linux-5.10/Documentation/sound/designs/
Dtracepoints.rst92 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
/kernel/linux/linux-5.10/fs/f2fs/
Dinode.c165 __u32 provided, calculated; in f2fs_inode_chksum_verify() local
180 calculated = f2fs_inode_chksum(sbi, page); in f2fs_inode_chksum_verify()
182 if (provided != calculated) in f2fs_inode_chksum_verify()
184 page->index, ino_of_node(page), provided, calculated); in f2fs_inode_chksum_verify()
186 return provided == calculated; in f2fs_inode_chksum_verify()
/kernel/linux/linux-5.10/Documentation/driver-api/memory-devices/
Dti-emif.rst61 - regcache_dump : dump of register values calculated and saved for all
/kernel/linux/linux-5.10/Documentation/security/
DIMA-templates.rst66 calculated with the SHA1 or MD5 hash algorithm;
68 - 'd-ng': the digest of the event, calculated with an arbitrary hash
/kernel/linux/linux-5.10/drivers/staging/pi433/Documentation/
Dpi433.txt145 optionOn - an crc will be automatically calculated over the
148 optionOff - no crc will be calculated
243 optionOn - a crc will be calculated over the payload of
245 calculated crc doesn't match to two bytes,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/
Dcc770.txt29 a resonable value will be calculated.

1234567