/openbmc/linux/Documentation/process/ |
H A D | volatile-considered-harmful.rst | 12 kernel code is almost never correct; this document describes why. 15 to suppress optimization, which is almost never what one really wants to 18 process of protecting against unwanted concurrency will also avoid almost 25 almost certainly a bug in the code somewhere. In properly-written kernel
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | Kconfig | 12 for more memory. Your hardware is almost certainly running in 20 for more memory. Your hardware is almost certainly running in
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | overview.rst | 32 Microsoft (namely ACPI) ensures that almost every device on almost any bus 84 Almost all mainstream Linux distros mount this filesystem automatically; you
|
/openbmc/linux/arch/x86/crypto/ |
H A D | nhpoly1305-sse2-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 67 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (SSE2-accelerated)");
|
H A D | nhpoly1305-avx2-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 68 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (AVX2-accelerated)");
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 67 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (NEON-accelerated)");
|
/openbmc/linux/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 67 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (NEON-accelerated)");
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | devlink_resources.sh | 91 # Test almost maximum size 94 log_test "'$i' almost maximize [$((size - 128))]"
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | Kconfig | 59 This is almost certainly not what you want. This is mostly 75 This is almost certainly not what you want. This is mostly
|
/openbmc/linux/fs/reiserfs/ |
H A D | Kconfig | 48 report, say Y and you might get a useful error message. Almost 59 Almost everyone but ReiserFS developers and people fine-tuning
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe.h | 140 /* Receive Almost Empty Threshold */ 145 /* Receive Almost Full Threshold */ 213 /* Transmit Almost Empty Threshold */ 222 /* Transmit Almost Full Threshold */ 229 #define PCH_GBE_RF_ALM_FULL 0x80000000 /* RX FIFO is almost full. */ 230 #define PCH_GBE_RF_ALM_EMP 0x40000000 /* RX FIFO is almost empty. */
|
/openbmc/linux/include/asm-generic/bitops/ |
H A D | instrumented-atomic.h | 23 * Note that @nr may be almost arbitrarily large; this function is not 52 * Note that @nr may be almost arbitrarily large; this function is not
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | plx9080.h | 245 /* Programmable Almost Full Level (bits 10, 8:5) */ 553 /* DMA Channel 0 PCI-to-Local Almost Full (divided by 2, minus 1) */ 557 /* DMA Channel 0 Local-to-PCI Almost Empty (divided by 2, minus 1) */ 561 /* DMA Channel 0 Local-to-PCI Almost Full (divided by 2, minus 1) */ 565 /* DMA Channel 0 PCI-to-Local Almost Empty (divided by 2, minus 1) */ 569 /* DMA Channel 1 PCI-to-Local Almost Full (divided by 2, minus 1) */ 573 /* DMA Channel 1 Local-to-PCI Almost Empty (divided by 2, minus 1) */ 577 /* DMA Channel 1 Local-to-PCI Almost Full (divided by 2, minus 1) */ 581 /* DMA Channel 1 PCI-to-Local Almost Empty (divided by 2, minus 1) */
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sync_bitops.h | 29 * Note that @nr may be almost arbitrarily large; this function is not 64 * Note that @nr may be almost arbitrarily large; this function is not
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | masklog.h | 12 * will almost certainly be redirected to relayfs so that it can pay a 23 * the desire is to have almost all of the calls decided on by comparing just 33 * mask, as is almost always the case.
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ |
H A D | ia_css_ynr2_types.h | 82 default/ineffective 8191(almost 1.0) */ 85 default/ineffective 8191(almost 1.0) */
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | dp_sqrt.c | 84 /* magic initial approximation to almost 8 sig. bits */ in ieee754dp_sqrt() 97 /* triple to almost 56 sig. bits: y ~= sqrt(x) to within 1 ulp */ in ieee754dp_sqrt()
|
/openbmc/linux/drivers/net/ethernet/altera/ |
H A D | altera_tse.h | 194 /* 12-bit receive FIFO almost-empty threshold */ 196 /* 12-bit receive FIFO almost-full threshold */ 198 /* 12-bit transmit FIFO almost-empty threshold */ 200 /* 12-bit transmit FIFO almost-full threshold */
|
/openbmc/linux/arch/mips/include/asm/mach-cobalt/ |
H A D | mach-gt64120.h | 9 * Cobalt uses GT64111. GT64111 is almost the same as GT64120.
|
/openbmc/linux/crypto/ |
H A D | nhpoly1305.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 15 * ε-almost-∆-universal (ε-∆U) hash function for equal-length inputs over 251 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function");
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | coresight.sh | 49 # amount of it. We should almost always see Fn packets in just about 60 # either missing almost all the data or all of it
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-dateparser_1.2.0.bb | 1 DESCRIPTION = "Provides modules to easily parse localized dates in almost any string formats common…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/ |
H A D | netcat.inc | 7 debugging and exploration tool, since it can create almost any kind of \
|
/openbmc/linux/Documentation/maintainer/ |
H A D | rebasing-and-merging.rst | 118 on such a pull request will almost certainly generate a merge commit; that 147 should be avoided almost all of the time. 196 bringing in other bugs and should almost never be done. If that subsystem
|
/openbmc/linux/Documentation/riscv/ |
H A D | vm-layout.rst | 42 …0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... huge, almost 64 bits wide hole of… 78 …0000800000000000 | +128 TB | ffff7fffffffffff | ~16M TB | ... huge, almost 64 bits wide hole of… 114 …0100000000000000 | +64 PB | feffffffffffffff | ~16K PB | ... huge, almost 64 bits wide hole of…
|