Home
last modified time | relevance | path

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

12345678910>>...12

/openbmc/linux/fs/ext4/
H A 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 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()
/openbmc/linux/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 Dfam15h_power.rst36 be calculated using different processor northbridge function
55 On multi-node processors the calculated value is for the entire
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/
H A D0001-Adjust-paths-for-use-with-Bitbake.patch62 …ze'>inputs/Poleg_bootblock.bin</size> <!-- size in the header calculated by tool-->
63 …'FileSize'>Poleg_bootblock.bin</size> <!-- size in the header calculated by tool-->
87 …ze'>inputs/Poleg_bootblock.bin</size> <!-- size in the header calculated by tool-->
88 …'FileSize'>Poleg_bootblock.bin</size> <!-- size in the header calculated by tool-->
112 …t='FileSize'>inputs/u-boot.bin</size> <!-- size in the header calculated by tool-->
113 + <size format='FileSize'>u-boot.bin</size> <!-- size in the header calculated by…
137 …t='FileSize'>inputs/u-boot.bin</size> <!-- size in the header calculated by tool-->
138 + <size format='FileSize'>u-boot.bin</size> <!-- size in the header calculated by…
/openbmc/linux/fs/jbd2/
H A Drecovery.c183 __u32 calculated; in jbd2_descriptor_block_csum_verify() local
192 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_descriptor_block_csum_verify()
195 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify()
437 __u32 calculated; in jbd2_commit_block_csum_verify() local
445 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_commit_block_csum_verify()
448 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
455 __u32 calculated; in jbd2_commit_block_csum_verify_partial() local
466 calculated = jbd2_chksum(j, j->j_csum_seed, tmpbuf, j->j_blocksize); in jbd2_commit_block_csum_verify_partial()
469 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify_partial()
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dmethod.md25 to be calculated out of range of a current target before being marked
28 - Time(in seconds) that each fan sensor must be calculated within range of a
52 fan sensor update where its feedback speed is calculated out of range of the
63 - `threshold` - Number of total times a fan sensor must be calculated out of
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst16 of rx virtqueue based on lookup table built according to calculated symmetric hash
28 Not for all packets, the hash can/should be calculated.
85 - redirect - "boolean" value, should the hash be calculated, on false - ``default_queue`` would be…
87 …VIRTIO_NET_RSS_HASH_TYPE_*`` defines. If for packet hash should not be calculated - ``default_queu…
89 … used for packet that shouldn't be hashed. For some packets, the hash can't be calculated(g.e ARP).
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c548 uint32_t calculated = 0; in _net_rx_pkt_validate_sctp_sum() local
564 &calculated, sizeof(calculated))) { in _net_rx_pkt_validate_sctp_sum()
568 calculated = crc32c(0xffffffff, in _net_rx_pkt_validate_sctp_sum()
570 calculated = iov_crc32c(calculated ^ 0xffffffff, vec + 1, vec_len - 1); in _net_rx_pkt_validate_sctp_sum()
571 valid = calculated == le32_to_cpu(original); in _net_rx_pkt_validate_sctp_sum()
/openbmc/u-boot/drivers/led/
H A DKconfig131 The LED blink period calculated from LED_STATUS_FREQ:
166 The LED blink period calculated from LED_STATUS_FREQ1:
201 The LED blink period calculated from LED_STATUS_FREQ2:
236 The LED blink period calculated from LED_STATUS_FREQ3:
271 The LED blink period calculated from LED_STATUS_FREQ4:
306 The LED blink period calculated from LED_STATUS_FREQ5:
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/tools/testing/vsock/
H A DREADME55 A is calculated as "number of bits to send" / "time in tx loop"
68 A is calculated as "number of received bits" / "time in rx loop".
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0016-Platform-corstone1000-Fix-isolation-L2-memory-protection.patch37 + * The RAM_MPU_REGION_BLOCK_1_SIZE and RAM_MPU_REGION_BLOCK_2_SIZE are calculated manually
64 - * The RAM_MPU_REGION_BLOCK_1_SIZE and RAM_MPU_REGION_BLOCK_2_SIZE are calculated manually
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32-rcc.txt38 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
86 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
/openbmc/linux/tools/perf/Documentation/
H A 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
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A 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.
H A Dbrcm,bcm53573-ilp.txt10 ILP's rate has to be calculated on runtime and it depends on ALP clock
/openbmc/linux/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.
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-read-uncorrected-blocks.rst39 calculated. For this command, read-only access to the device is

12345678910>>...12