/linux-4.1.27/fs/ext4/ |
D | bitmap.c | 23 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local 30 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); in ext4_inode_bitmap_csum_verify() 35 calculated &= 0xFFFF; in ext4_inode_bitmap_csum_verify() 37 return provided == calculated; in ext4_inode_bitmap_csum_verify() 61 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local 69 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); in ext4_block_bitmap_csum_verify() 74 calculated &= 0xFFFF; in ext4_block_bitmap_csum_verify() 76 if (provided == calculated) in ext4_block_bitmap_csum_verify()
|
D | inode.c | 79 __u32 provided, calculated; in ext4_inode_csum_verify() local 87 calculated = ext4_inode_csum(inode, raw, ei); in ext4_inode_csum_verify() 92 calculated &= 0xFFFF; in ext4_inode_csum_verify() 94 return provided == calculated; in ext4_inode_csum_verify()
|
/linux-4.1.27/Documentation/hwmon/ |
D | da9052 | 39 The battery voltage is calculated as: 42 The backup battery voltage is calculated as: 45 The voltages on ADC channels 4, 5 and 6 are calculated as: 54 The junction temperature is calculated: 58 The battery temperature is calculated:
|
D | da9055 | 33 The system voltage is calculated as: 36 The voltages on ADC channels 1, 2 and 3 are calculated as: 45 The junction temperature is calculated:
|
D | fam15h_power | 22 calculated using different processor northbridge function registers: 35 On multi-node processors the calculated value is for the entire
|
D | wm831x | 32 are available. The chip temperature is calculated as:
|
D | ltc2945 | 76 power1_input Power (in uW). Power is calculated based on SENSE+/VDD
|
D | adm9240 | 83 clock via a divider to an 8-bit counter. Fan speed (rpm) is calculated by:
|
D | lm93 | 79 that this third value is calculated by the chip itself. All values range
|
/linux-4.1.27/fs/jbd2/ |
D | recovery.c | 182 __u32 calculated; in jbd2_descr_block_csum_verify() local 191 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_descr_block_csum_verify() 194 return provided == cpu_to_be32(calculated); in jbd2_descr_block_csum_verify() 386 __u32 calculated; in jbd2_commit_block_csum_verify() local 394 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_commit_block_csum_verify() 397 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify() 823 __u32 calculated; in jbd2_revoke_block_csum_verify() local 832 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_revoke_block_csum_verify() 835 return provided == cpu_to_be32(calculated); in jbd2_revoke_block_csum_verify()
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | NOTES | 11 I was looking at some code, that calculated a double result, stored it in f4 27 The result of log(x) (a double) will be calculated, returned in f0, then
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpufreq-nforce2.txt | 12 If not set, fid is calculated from the current CPU speed and the FSB.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | apds990x.txt | 26 only lux values. Lux value is calculated using information from the both 27 channels. HW threshold level is calculated from the given lux value to match
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-service-time.txt | 42 which is calculated by: 61 If calculated service time is equal, the path having maximum
|
D | verity.txt | 105 of some data block on disk is calculated. If it is an intermediary node, 106 the hash of a number of child nodes is calculated.
|
/linux-4.1.27/Documentation/security/ |
D | IMA-templates.txt | 62 calculated with the SHA1 or MD5 hash algorithm; 64 - 'd-ng': the digest of the event, calculated with an arbitrary hash
|
/linux-4.1.27/Documentation/memory-devices/ |
D | ti-emif.txt | 54 - regcache_dump : dump of register values calculated and saved for all
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | cc770.txt | 29 a resonable value will be calculated.
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 80 calculated using orig_data_size and this statistic. 91 efficiency can be calculated using compr_data_size and this
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 86 or.d $r4, $r6 ; Add calculated mrs
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_therm | 24 read along with a calculated crc value and YES or NO if it matched.
|
D | w1_ds2423 | 32 - 2 bytes for crc16 which was calculated from the data read since the previous crc bytes
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block-zram | 112 calculated using orig_data_size and this statistic. 122 efficiency can be calculated using compr_data_size and this
|
/linux-4.1.27/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 95 8. Calculate new CEU crop - apply sensor scales to previously calculated
|
D | vivid.txt | 941 signal strength value is calculated (this is returned by VIDIOC_G_TUNER).
|
/linux-4.1.27/Documentation/fb/ |
D | modedb.txt | 30 <bpp> and <refresh>, if specified) the timings will be calculated using 111 timings will still be calculated.
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 30 if the data over which the parity is calculated is 1 and the parity bit = 0 31 if the data over which the parity is calculated is 0. So the total 32 number of bits over the data over which the parity is calculated + the 34 Parity is often calculated by means of an exclusive or operation, 393 This means there is no need to calculate rp14 as it can be calculated from 687 the calculated ecc. If all bytes are 0 there is no problem. If 11 bits
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 73 RPMB size in byte is calculated by using the following equation:
|
/linux-4.1.27/Documentation/input/ |
D | walkera0701.txt | 107 calculated by sum of binary values in checked nibbles + sum of octal values
|
/linux-4.1.27/Documentation/networking/ |
D | nf_conntrack-sysctl.txt | 12 loading, the default size is calculated by dividing total memory
|
D | netdev-features.txt | 46 is calculated and filtered by calling ndo_fix_features callback
|
D | cxgb.txt | 170 The receive buffer (RX_WINDOW) size may be calculated the same as single
|
D | ip-sysctl.txt | 101 unexpected packet loss. The current default value is calculated 375 Defaults are calculated at boot time from amount of available 691 Default is calculated at boot time from amount of available memory. 1816 Default is calculated at boot time from amount of available memory.
|
D | scaling.txt | 200 Per-flow rate is calculated by hashing each packet into a hashtable
|
D | packet_mmap.txt | 273 precisely the limit can be calculated as:
|
D | can.txt | 1112 recommended CAN bit-timing parameters will be calculated if the bit-
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 33 This should return the calculated lux from the light sensor. If
|
/linux-4.1.27/fs/affs/ |
D | Changes | 303 was calculated and in the one following. This 307 - The number of used blocks is now also calculated
|
/linux-4.1.27/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 51 In the BCH mode the ECC code will be calculated for each transferred chunk
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 37 each call is always calculated, and if available CPU cycles spent 38 are also calculated. A directory named hcall_inst is added at the
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 48 ** 64 bits sg entry would be incorrectly calculated
|
D | scsi_mid_low_api.txt | 554 * @cyls: outputs number of cylinders calculated via this pointer 555 * @hds: outputs number of heads calculated via this pointer 556 * @secs: outputs number of sectors calculated via this pointer
|
D | ChangeLog.megaraid_sas | 398 FW. Prior versions calculated this value from controller info
|
D | ncr53c8xx.txt | 1361 The second one has been calculated by setting the scsi clock to 40 Mhz
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 42 expected bad eraseblocks per 1024 eraseblocks then can be calculated
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 30 Currently, calculated values derived from the contents
|
/linux-4.1.27/Documentation/RCU/ |
D | rculist_nulls.txt | 62 time the hash is calculated and the next field is accessed, and the
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats-struct.txt | 144 * average usage per system time unit can be calculated.
|
/linux-4.1.27/drivers/net/can/ |
D | Kconfig | 46 If enabled, CAN bit-timing parameters will be calculated for the
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | satan.S | 33 | calculated beforehand. Exit.
|
D | slogn.S | 38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated
|
D | setox.S | 97 | that the calculated value Z is
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | head.S | 201 ;; The calculated value stored in R4 is used below.
|
/linux-4.1.27/Documentation/filesystems/ |
D | qnx6.txt | 65 Second superblock position can either be calculated from the superblock
|
D | vfat.txt | 324 checksum is calculated from the 8.3 name using the
|
D | xfs-self-describing-metadata.txt | 172 whether CRC validating is necessary. If it is, the CRC32c is calculated and
|
D | Locking | 554 offsets should be calculated relative to "pte".
|
D | f2fs.txt | 502 name is calculated. Then, F2FS scans the hash table in level #0 to find the
|
D | relay.txt | 259 The total size of each per-cpu buffer is calculated by multiplying the
|
D | proc.txt | 900 The CommitLimit is calculated with the following formula:
|
/linux-4.1.27/Documentation/ |
D | binfmt_misc.txt | 65 calculated according to the binary. It also implies the 'O' flag.
|
D | kmemleak.txt | 200 the pointer is calculated by other methods than the usual container_of
|
D | IRQ-domain.txt | 127 calculated by adding a fixed offset to the hwirq number, and
|
D | robust-futex-ABI.txt | 172 2) the calculated location of the 'lock word' (address plus
|
D | this_cpu_ops.txt | 296 but, passing of pointers calculated via this_cpu_ptr to other cpus is
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 169 registers can be calculated from that one. You must also remember to 523 registers can be calculated from that one. You must also remember to
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 188 All the timings are calculated and only confirmed by
|
D | kernel-options.txt | 453 video memory. If it's missing, the size is calculated from <xres>,
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 15 far. Thus in modules the address of a function to call must be calculated
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 280 is calculated as follows:
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 177 Given the top-level Page Directory, the offset in that directory is calculated
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 169 jiffies (but at least 1). Timeouts are preferably calculated with
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 280 in a easier way. Two sets of MFPR values are calculated: the run-time
|
/linux-4.1.27/Documentation/powerpc/ |
D | qe_firmware.txt | 275 After the last microcode is a 32-bit CRC. It can be calculated using
|
D | firmware-assisted-dump.txt | 59 override the default calculated size. Use this option
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec4.txt | 188 calculated, these addresses are checked by HW to monitor any
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 750 From boot protocol version 2.08 onwards the CRC-32 is calculated over 1043 boot_params and examined. The end of setup header can be calculated as 1079 can be calculated as follows:
|
/linux-4.1.27/Documentation/locking/ |
D | lockdep-design.txt | 219 calculated, which hash is unique for every lock chain. The hash value,
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 177 cacluated||calculated
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 382 framework calculated the trend by comparing the previous and the current
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha512-avx2-asm.S | 356 # to newly calculated sigma1 to get w[18] and w[19]
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 192 element of this array can be calculated from the gfn field when used, in
|
D | timekeeping.txt | 536 fluctuates - from (T-1.. T+10). Thus, any time calculated from a TSC, but
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1220 # exception, then the a7' calculated here is wrong since it doesn't 4285 # but, make sure that we've calculated ea and advanced the opword pointer
|
D | fpsp.S | 1221 # exception, then the a7' calculated here is wrong since it doesn't 6171 # table of values calculated beforehand. Exit. # 8121 # the value Y-F has to be calculated carefully when # 18236 # but, make sure that we've calculated ea and advanced the opword pointer
|
D | fplsp.S | 6751 # "constant" is that the calculated value Z is # 7996 # calculated beforehand and stored in the program. #
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 348 zone[i]'s protection[j] is calculated by following expression.
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 561 The calculated SDRAM timing parameters may not be 100%
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3641 At that point, bh is in %edx (address 0x1001c2da), which is calculated
|