Home
last modified time | relevance | path

Searched refs:penalty (Results 1 – 25 of 32) sorted by relevance

12

/linux/lib/zstd/compress/
H A Dzstd_preSplit.c113 int penalty, in compareFingerprints() argument
120 U64 threshold = p50 * (U64)(THRESHOLD_BASE + penalty) / THRESHOLD_PENALTY_RATE; in compareFingerprints()
166 int penalty = THRESHOLD_PENALTY; in ZSTD_splitBlock_byChunks() local
178 … if (compareFingerprints(&fpstats->pastEvents, &fpstats->newEvents, penalty, hashParams[level])) { in ZSTD_splitBlock_byChunks()
182 if (penalty > 0) penalty--; in ZSTD_splitBlock_byChunks()
/linux/drivers/acpi/
H A Dpci_link.c454 int penalty = 0; in acpi_irq_pci_sharing_penalty() local
463 penalty += PIRQ_PENALTY_PCI_USING; in acpi_irq_pci_sharing_penalty()
470 penalty += PIRQ_PENALTY_PCI_POSSIBLE / in acpi_irq_pci_sharing_penalty()
474 return penalty; in acpi_irq_pci_sharing_penalty()
479 int penalty = 0; in acpi_irq_get_penalty() local
482 penalty += sci_penalty; in acpi_irq_get_penalty()
485 return penalty + acpi_isa_irq_penalty[irq]; in acpi_irq_get_penalty()
487 return penalty + acpi_irq_pci_sharing_penalty(irq); in acpi_irq_get_penalty()
505 int penalty = in acpi_irq_penalty_init() local
513 penalty; in acpi_irq_penalty_init()
/linux/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt5 which can be enabled with a SET_FEATURE. The penalty when using the
/linux/tools/testing/selftests/tc-testing/
H A DTODO.txt20 require action at a specific point, no penalty will be paid for
/linux/Documentation/scheduler/
H A Dsched-arch.rst20 penalty to the core scheduler implementation in the CONFIG_SMP case.
/linux/Documentation/trace/
H A Dtracepoints.rst19 "off" it has no effect, except for adding a tiny time penalty
20 (checking a condition for a branch) and space penalty (adding a few
/linux/Documentation/arch/powerpc/
H A Dcpu_features.rst30 performance penalty but still allow for runtime (rather than compile-time) CPU
/linux/Documentation/block/
H A Dblk-mq.rst20 performance possible for those devices with a high penalty when doing random
27 without mechanical parts nor random access penalty and capable of performing
/linux/Documentation/filesystems/ext4/
H A Dallocators.rst34 on the seek penalty when the filesystem first has to read a file's inode
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-mmap.rst58 with video capturing hardware) may incur a performance penalty
/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst13 a high performance penalty on the native part of the process. Seccomp
/linux/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst70 performance penalty and a fixed latency. Mitigation can be increased
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty50 \penalty\@highpenalty
/linux/Documentation/driver-api/
H A Dedac.rst47 some performance penalty. Also, it is generally not possible to point to
/linux/Documentation/core-api/
H A Dmaple_tree.rst175 performance penalty is outweighed by cache optimization. mas_next() will
/linux/Documentation/filesystems/
H A Dnilfs2.rst124 performance penalty or wear of flash device
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst79 happens at verification time, there is no runtime penalty.
H A Dclassic_vs_extended.rst72 situations without performance penalty.
/linux/arch/sh/lib/
H A Dmemcpy-sh4.S202 ! However the penalty for getting it 'wrong' is much higher for long word
/linux/Documentation/mm/
H A Dmultigen_lru.rst64 3. The penalty of underprotecting the former channel is higher because
/linux/Documentation/process/
H A Ddeprecated.rst140 destination buffer size, which may be a needless performance penalty
H A D4.Coding.rst99 penalty; they do not belong in the Linux kernel.
/linux/arch/m68k/ifpsp060/src/
H A Disp.S38 # extra layer of hierarchy adds a slight performance penalty but
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst22 minimize the performance penalty imposed by the mmu
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst737 performance penalty if remote memory is accessed by a CPU. When this
1480 On x86, each "split lock" imposes a system-wide performance penalty. On larger

12