Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/acpi/
Dpci_link.c473 int penalty = 0; in acpi_irq_pci_sharing_penalty() local
482 penalty += PIRQ_PENALTY_PCI_USING; in acpi_irq_pci_sharing_penalty()
489 penalty += PIRQ_PENALTY_PCI_POSSIBLE / in acpi_irq_pci_sharing_penalty()
493 return penalty; in acpi_irq_pci_sharing_penalty()
498 int penalty = 0; in acpi_irq_get_penalty() local
501 penalty += sci_penalty; in acpi_irq_get_penalty()
504 return penalty + acpi_isa_irq_penalty[irq]; in acpi_irq_get_penalty()
506 return penalty + acpi_irq_pci_sharing_penalty(irq); in acpi_irq_get_penalty()
524 int penalty = in acpi_irq_penalty_init() local
532 penalty; in acpi_irq_penalty_init()
/Linux-v4.19/tools/testing/selftests/tc-testing/
DTODO.txt20 require action at a specific point, no penalty will be paid for
/Linux-v4.19/Documentation/trace/
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-v4.19/Documentation/scheduler/
Dsched-arch.txt18 penalty to the core scheduler implementation in the CONFIG_SMP case.
/Linux-v4.19/Documentation/powerpc/
Dcpu_features.txt26 performance penalty but still allow for runtime (rather than compile-time) CPU
/Linux-v4.19/Documentation/
Dio-mapping.txt97 in a significant performance penalty.
DDMA-attributes.txt118 - You know that the penalty of TLB misses while accessing the
Dthis_cpu_ops.txt29 lock prefix and the associated latency penalty.
/Linux-v4.19/arch/arm64/
DKconfig.debug78 avoids a potential TLB penalty. The downside is an increase in
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-net-mesh68 Defines the penalty which will be applied to an
Dsysfs-block127 penalty. For disk drives this is often the physical
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dallocators.rst34 on the seek penalty when the filesystem first has to read a file's inode
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfunc-mmap.rst60 with video capturing hardware) may incur a performance penalty
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt117 slight CPU penalty when too many bit-flips are detected during reads.
/Linux-v4.19/Documentation/driver-api/
Dedac.rst47 some performance penalty. Also, it is generally not possible to point to
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h476 __u32 penalty; member
/Linux-v4.19/Documentation/isdn/
DREADME.concap255 protocol is configured. Thus, eliminating the performance penalty
/Linux-v4.19/Documentation/filesystems/
Dnilfs2.txt117 performance penalty or wear of flash device
/Linux-v4.19/Documentation/ide/
Dide.txt75 performance penalty, whether on separate cards or a single VLB card.
/Linux-v4.19/arch/sh/lib/
Dmemcpy-sh4.S202 ! However the penalty for getting it 'wrong' is much higher for long word
/Linux-v4.19/arch/m68k/ifpsp060/src/
Disp.S38 # extra layer of hierarchy adds a slight performance penalty but
/Linux-v4.19/Documentation/process/
D4.Coding.rst95 penalty; they do not belong in the Linux kernel.
/Linux-v4.19/Documentation/virtual/kvm/
Dmmu.txt16 - performance: minimize the performance penalty imposed by the mmu
/Linux-v4.19/Documentation/filesystems/ext4/
Dext4.rst168 safe to use, at some performance penalty. If
/Linux-v4.19/Documentation/scsi/
DChangeLog.sym53c8xx499 Even with this penalty, I think that this will work great.

12