Searched full:almost (Results 1 – 25 of 742) sorted by relevance
12345678910>>...30
/Linux-v5.15/Documentation/process/ |
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
|
D | howto.rst | 118 will almost always prevent it. 194 It consists of a helpful mailing list where you can ask almost any type 295 security-related problem, instead, can cause a release to happen almost 333 pulled on an almost daily basis: 523 discussed, and broken up into tiny, individual portions. This is almost 530 that almost all of the time.
|
/Linux-v5.15/arch/mips/sgi-ip27/ |
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-v5.15/Documentation/driver-api/driver-model/ |
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-v5.15/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | devlink_resources.sh | 91 # Test almost maximum size 94 log_test "'$i' almost maximize [$((size - 128))]"
|
/Linux-v5.15/arch/arm/crypto/ |
D | nhpoly1305-neon-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 74 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (NEON-accelerated)");
|
/Linux-v5.15/arch/x86/crypto/ |
D | nhpoly1305-avx2-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 75 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (AVX2-accelerated)");
|
D | nhpoly1305-sse2-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 74 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (SSE2-accelerated)");
|
/Linux-v5.15/arch/arm64/crypto/ |
D | nhpoly1305-neon-glue.c | 3 * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum 74 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (NEON-accelerated)");
|
/Linux-v5.15/drivers/hid/usbhid/ |
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
|
/Linux-v5.15/fs/reiserfs/ |
D | Kconfig | 42 report, say Y and you might get a useful error message. Almost 53 Almost everyone but ReiserFS developers and people fine-tuning
|
/Linux-v5.15/include/asm-generic/bitops/ |
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-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/ |
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-v5.15/drivers/comedi/drivers/ |
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-v5.15/arch/x86/include/asm/ |
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-v5.15/fs/ocfs2/cluster/ |
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-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ |
D | ia_css_ynr2_types.h | 82 default/ineffective 8191(almost 1.0) */ 85 default/ineffective 8191(almost 1.0) */
|
/Linux-v5.15/drivers/net/ethernet/altera/ |
D | altera_tse.h | 204 /* 12-bit receive FIFO almost-empty threshold */ 206 /* 12-bit receive FIFO almost-full threshold */ 208 /* 12-bit transmit FIFO almost-empty threshold */ 210 /* 12-bit transmit FIFO almost-full threshold */
|
/Linux-v5.15/arch/mips/math-emu/ |
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-v5.15/crypto/ |
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-v5.15/arch/mips/include/asm/mach-cobalt/ |
D | mach-gt64120.h | 9 * Cobalt uses GT64111. GT64111 is almost the same as GT64120.
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | cpu_type.h | 14 ap1000 = 0x05, /* almost a sun4m */
|
/Linux-v5.15/arch/parisc/include/uapi/asm/ |
D | ipcbuf.h | 9 * The ipc64_perm structure for PA-RISC is almost identical to
|
/Linux-v5.15/Documentation/maintainer/ |
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-v5.15/Documentation/arm/sa1100/ |
D | lart.rst | 7 other StrongARM-gadgets. Almost all SA signals are directly accessible
|
12345678910>>...30