/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-self-describing-metadata.rst | 35 up, the more likely that the cause will be lost in the noise. Hence the primary 49 Hence most of the time spent on forensic analysis is spent doing basic 50 verification of metadata values, looking for values that are in range (and hence 57 Hence we need to record more information into the metadata to allow us to 60 ensure that common types of errors are easily detectable. Hence the concept of 66 hence parse and verify the metadata object. IF we can't independently identify 72 magic numbers. Hence we can change the on-disk format of all these objects to 81 not been changed as a result of external influences. Hence we need some form of 87 hence a 32 bit CRC is more than sufficient to detect multi-bit errors in 101 written to the "correct block" of the wrong filesystem. Hence location [all …]
|
H A D | xfs-delayed-logging-design.rst | 41 required to process objects being modified as small as possible and hence the 106 across the entire chain of transactions. Hence while this series of rolling 119 there is no guarantee of how much of the operation reached stale storage. Hence 131 to stable storage when it returns. Hence when a system crashes, not all the 174 another btree which might require more space. And so on. Hence the amount of 196 from an inode chunk that has free inodes in it. Hence for an inode allocation 202 Hence when the permanent transaction is first allocated, the log space 222 bytes). Hence we can do realtively simple LSN based math to keep track of 235 into the log rather than basic blocks. Hence it technically isn't using LSNs to 270 reservations we currently have outstanding. Hence if the reserve head passes [all …]
|
/openbmc/linux/Documentation/gpu/rfc/ |
H A D | i915_vm_bind.rst | 46 Hence, a new execbuf3 ioctl has been added to support VM_BIND mode. (See 48 execlist. Hence, no support for implicit sync. It is expected that the below 66 the i915 driver. Hence all VA assignment, eviction are not applicable in 73 are not applicable for execbuf3 ioctl. Hence, all execbuf3 specific handling 80 exported. Hence these BOs are referred to as Shared BOs. 88 All private BOs of a VM share the dma-resv object. Hence during each execbuf 110 lock to lookup the mapping and hence can run in parallel. 153 DMA_RESV_USAGE_BOOKKEEP usage and hence should not be used for end of batch 165 hence improving performance of CPU-bound applications. It also allows us to 176 Compute on the other hand can be long running. Hence it is appropriate for
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 15 * they may need 64-bit accounting. Hence, 64-bit quota-counters, 40 * hence free space modification requires modification of all three current 46 * modified. Hence for this case we need to reserve space for at least 4 dquots. 52 * and/or freeing on both directory inodes, and hence all three dquots on each
|
H A D | xfs_cksum.h | 11 * hence we have to split the CRC calculation across the cksum_offset. 48 * result in host endian format. Hence we need to byte swap it back to LE format
|
/openbmc/linux/kernel/ |
H A D | cpu_pm.c | 103 * timers context save/restore which shouldn't be interrupted. Hence it 122 * shouldn't be interrupted. Hence it must be called with interrupts disabled. 142 * shouldn't be interrupted. Hence it must be called with interrupts disabled. 165 * shouldn't be interrupted. Hence it must be called with interrupts disabled.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | procfs-attr-exec | 9 this interface and hence obtain the security state 14 this interface and hence change the security state of
|
H A D | procfs-attr-current | 8 this interface and hence obtain the security state 13 this interface and hence change the security state of
|
/openbmc/u-boot/doc/driver-model/ |
H A D | fdt-fixup.txt | 55 Hence, we propose a solution to this problem by offering a board-specific 58 before the main U-Boot's driver model is instantiated, hence the main U-Boot 97 Hence, the recommended layout of the board_fixup_fdt call-back function is the 123 Note that the dm_i2c_simple_probe function does not use the device tree, hence
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_hmi.c | 23 * been loaded yet and hence no guests are running, or running in wait_for_subcore_guest_exit() 32 * Hence, just return from here. in wait_for_subcore_guest_exit()
|
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A D | mangle-port.h | 16 * multibyte quantities both preserved at the same time. Hence two 20 * string I/O functions), hence the "__mem_" prefix.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
H A D | 0001-Fix-function-inline-errors-in-debug-optimization-Og.patch | 7 Hence, remove -Winline flag when compiling with debug optimization. 25 +#Hence, remove -Winline flag when DEBUG is enabled.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ettercap/ |
H A D | 0001-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch | 7 Lately curl has released version 8 and hence LIBCURL_VERSION_MAJOR is 8 reset to 0, current check assumes major version to be 7 at max and hence
|
/openbmc/u-boot/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 19 * multibyte quantities both preserved at the same time. Hence two 23 * string I/O functions), hence the "__mem_" prefix.
|
/openbmc/linux/Documentation/powerpc/ |
H A D | vmemmap_dedup.rst | 15 page can contain 1024 struct pages (64K/sizeof(struct page)). Hence there is no 19 vmemmap page can contain 1024 struct pages (64K/sizeof(struct page)). Hence we 47 4K vmemmap page contains 64 struct pages(4K/sizeof(struct page)). Hence we 75 vmemmap page can contain 64 struct pages (4K/sizeof(struct page)). Hence we
|
/openbmc/linux/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 22 * multibyte quantities both preserved at the same time. Hence two 26 * string I/O functions), hence the "__mem_" prefix.
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_tis_i2c.c | 73 * register numbers as per the spec hence add the conversion map 230 * Checksum is not handled by TIS code hence we will consume the in tpm_tis_i2c_tpm_send() 378 * Interrupt is not supported in the linux kernel hence we cannot in tpm_tis_i2c_recv() 385 * Checksum registers are not supported by common code hence in tpm_tis_i2c_recv() 473 * register value hence I2C layer cache the register value and send in tpm_tis_i2c_send() 481 * The TIS can process FIFO data one byte at a time hence the FIFO in tpm_tis_i2c_send()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | rtas-fadump.h | 16 * loading modules related to network setup. Hence we need additional 64M 64 * No disk dump option. Hence disk dump path string section is not included.
|
/openbmc/linux/include/net/ |
H A D | udplite.h | 19 * Checksum computation is all in software, hence simpler getfrag. 36 * checksum. UDP-Lite (like IPv6) mandates checksums, hence packets in udplite_checksum_init()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | php-fpm.service | 36 # sysctl.d(5) mechanism. Almost no services need to write to these at runtime; it is hence 42 # require write access to the control groups hierarchies; it is hence recommended to turn this on
|
/openbmc/linux/arch/arc/mm/ |
H A D | highmem.c | 17 * kmap() API provides sleep semantics hence referred to as "permanent maps" 44 * the PGD and only works with a single page table @pkmap_page_table, hence
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log_cil.c | 79 * first checkpoint it is written to. Hence if it is different to the in xlog_item_in_current_chkpt() 115 * from the push code with the context lock held exclusively, hence nothing else 271 * cause, and hence minimises the CPU overhead of such behaviour. 312 * at this point. Hence we'll need an addition number of bytes in xlog_cil_alloc_shadow_bufs() 443 * Hence what we need to do now is change the rewrite the vector array to point 1115 * Hence we can allow log forces to run racily and not issue pushes for the 1117 * sequence they will block on the first one and then abort, hence avoiding 1193 * list before emptying the CIL and bumping the sequence number. Hence in xlog_cil_push_work() 1197 * Hence the waiter will either find the commit sequence on the in xlog_cil_push_work() 1219 * the EFD to be committed before the checkpoint with the EFI. Hence in xlog_cil_push_work() [all …]
|
/openbmc/linux/drivers/cpufreq/ |
H A D | spear-cpufreq.c | 73 * Hence in SPEAr1340 we would operate on source clock directly before switching 117 * Hence we need to choose one from amongst these possible clock in spear_cpufreq_target() 130 * src clock to be altered is ancestor of cpu clock. Hence we in spear_cpufreq_target()
|
/openbmc/linux/include/drm/ |
H A D | drm_ioctl.h | 65 * structures and hence never need this. 116 * or not. Enforced as the default for all modern drivers, hence there 128 * and hence it should be always set for any ioctl with DRM_AUTH set.
|
/openbmc/linux/drivers/iio/dummy/ |
H A D | iio_simple_dummy_buffer.c | 41 * interrupt (and hence may sleep). It is responsible for grabbing data 59 * will consist of all of them. Hence we just call the grab data in iio_simple_dummy_trigger_h()
|