/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
|
H A D | howto.rst | 117 will almost always prevent it. 193 It consists of a helpful mailing list where you can ask almost any type 294 security-related problem, instead, can cause a release to happen almost 332 pulled on an almost daily basis: 522 discussed, and broken up into tiny, individual portions. This is almost 529 that almost all of the time.
|
/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
|
/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
|
/linux/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 77 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (AVX2-accelerated)");
|
H A D | nhpoly1305-sse2-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 76 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (SSE2-accelerated)");
|
/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))]"
|
/linux/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 76 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (NEON-accelerated)");
|
/linux/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 76 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (NEON-accelerated)");
|
/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. */
|
/linux/drivers/hid/usbhid/ |
H A D | Kconfig | 58 This is almost certainly not what you want. This is mostly 74 This is almost certainly not what you want. This is mostly
|
/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) */
|
/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
|
/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.
|
/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
|
/linux/Documentation/arch/riscv/ |
H A D | vm-layout.rst | 42 …0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... huge, almost 64 bits wide hole of… 79 …0000800000000000 | +128 TB | ffff7fffffffffff | ~16M TB | ... huge, almost 64 bits wide hole of… 115 …0100000000000000 | +64 PB | feffffffffffffff | ~16K PB | ... huge, almost 64 bits wide hole of…
|
/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 */
|
/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");
|
/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()
|
/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
|
/linux/arch/mips/include/asm/mach-cobalt/ |
H A D | mach-gt64120.h | 9 * Cobalt uses GT64111. GT64111 is almost the same as GT64120.
|
/linux/drivers/net/ethernet/ |
H A D | dnet.h | 146 * almost empty = less than one full sized ethernet frame (no jumbo) inside 147 * the fifo almost full = can write less than one full sized ethernet frame
|
/linux/arch/sparc/include/asm/ |
H A D | cpu_type.h | 14 ap1000 = 0x05, /* almost a sun4m */
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8956.dtsi | 21 * Well, the SoCs are almost identical.
|
/linux/Documentation/driver-api/usb/ |
H A D | writing_usb_driver.rst | 15 almost all USB class devices (standard types of devices like keyboards, 22 almost all vendor-specific devices. Each vendor decides to implement a 298 sent almost exactly as bulk data is, with a few minor exceptions.
|