Home
last modified time | relevance | path

Searched refs:InterruptCount (Results 1 – 25 of 133) sorted by relevance

123456

/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnetcpu_ntperf.c44 LONG InterruptCount; member
265 … PerfCntrs->EndInfo[MAXCPUS].InterruptCount += PerfCntrs->EndInfo[i].InterruptCount; in RestartPerfCntrs()
304 DeltaInfo[i].InterruptCount = PerfCntrs->EndInfo[i].InterruptCount - in ReportPerfCntrs()
305 PerfCntrs->StartInfo[i].InterruptCount; in ReportPerfCntrs()
407 (double)DeltaInfo[MAXCPUS].InterruptCount*1000.0/duration); in ReportPerfCntrs()
414 (double)DeltaInfo[i].InterruptCount*1000.0/duration); in ReportPerfCntrs()
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/resources/
H A Drsirq.c176 ACPI_RS_OFFSET (Data.Irq.InterruptCount)},
232 ACPI_RS_OFFSET (Data.Irq.InterruptCount)},
342 {ACPI_RSC_COUNT, ACPI_RS_OFFSET (Data.ExtendedIrq.InterruptCount),
343 AML_OFFSET (ExtendedIrq.InterruptCount),
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/resources/
H A Drsirq.c68 ACPI_RS_OFFSET (Data.Irq.InterruptCount)},
124 ACPI_RS_OFFSET (Data.Irq.InterruptCount)},
234 {ACPI_RSC_COUNT, ACPI_RS_OFFSET (Data.ExtendedIrq.InterruptCount),
235 AML_OFFSET (ExtendedIrq.InterruptCount),
H A Drsdumpinfo.c76 …{ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.InterruptCount), "Interrupt Count", …
221 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (ExtendedIrq.InterruptCount), "Interrupt Count", …
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Aest/
H A DAestParser.c514 IN UINT32 InterruptCount in DumpNodeInterrupts() argument
521 if (Length < (InterruptCount * sizeof (EFI_ACPI_AEST_INTERRUPT_STRUCT))) { in DumpNodeInterrupts()
527 (InterruptCount * sizeof (EFI_ACPI_AEST_INTERRUPT_STRUCT)), in DumpNodeInterrupts()
528 InterruptCount in DumpNodeInterrupts()
534 for (Index = 0; Index < InterruptCount; Index++) { in DumpNodeInterrupts()
573 IN UINT32 InterruptCount in DumpAestNodeStructure() argument
657 InterruptCount in DumpAestNodeStructure()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Aest/
H A DAestParser.c514 IN UINT32 InterruptCount in DumpNodeInterrupts() argument
521 if (Length < (InterruptCount * sizeof (EFI_ACPI_AEST_INTERRUPT_STRUCT))) { in DumpNodeInterrupts()
527 (InterruptCount * sizeof (EFI_ACPI_AEST_INTERRUPT_STRUCT)), in DumpNodeInterrupts()
528 InterruptCount in DumpNodeInterrupts()
534 for (Index = 0; Index < InterruptCount; Index++) { in DumpNodeInterrupts()
573 IN UINT32 InterruptCount in DumpAestNodeStructure() argument
657 InterruptCount in DumpAestNodeStructure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/protos/perfetto/trace/sys_stats/
H A Dsys_stats.proto57 message InterruptCount { message
65 repeated InterruptCount num_irq = 6;
70 repeated InterruptCount num_softirq = 8; // Per-softirq count.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/protos/perfetto/trace/sys_stats/
H A Dsys_stats.proto72 message InterruptCount { message
82 repeated InterruptCount num_irq = 6;
91 repeated InterruptCount num_softirq = 8;
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Daslrestype2.c337 Descriptor->ExtendedIrq.InterruptCount = 0; in RsDoInterruptDescriptor()
427 if (Descriptor->ExtendedIrq.InterruptCount == 255) in RsDoInterruptDescriptor()
446 Descriptor->ExtendedIrq.InterruptCount++; in RsDoInterruptDescriptor()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/compiler/
H A Daslrestype2.c224 Descriptor->ExtendedIrq.InterruptCount = 0; in RsDoInterruptDescriptor()
314 if (Descriptor->ExtendedIrq.InterruptCount == 255) in RsDoInterruptDescriptor()
333 Descriptor->ExtendedIrq.InterruptCount++; in RsDoInterruptDescriptor()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpi_pci_link.c229 if (res->Data.Irq.InterruptCount == 1) { in link_add_crs()
234 } else if (res->Data.ExtendedIrq.InterruptCount == 1) { in link_add_crs()
325 res->Data.ExtendedIrq.InterruptCount; in link_add_prs()
330 link->l_num_irqs = res->Data.Irq.InterruptCount; in link_add_prs()
791 resptr->Data.Irq.InterruptCount = 1; in acpi_pci_link_srs_from_crs()
805 resptr->Data.ExtendedIrq.InterruptCount = 1; in acpi_pci_link_srs_from_crs()
861 newres.Data.Irq.InterruptCount = 1; in acpi_pci_link_srs_from_links()
872 newres.Data.ExtendedIrq.InterruptCount = 1; in acpi_pci_link_srs_from_links()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Dacrestyp.h184 UINT8 InterruptCount; member
424 UINT8 InterruptCount; member
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/disassembler/
H A Ddmresrcl.c1099 ((UINT32) Resource->ExtendedIrq.InterruptCount - 1) * sizeof (UINT32), in AcpiDmInterruptDescriptor()
1111 for (i = 0; i < Resource->ExtendedIrq.InterruptCount; i++) in AcpiDmInterruptDescriptor()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrcl.c990 ((UINT32) Resource->ExtendedIrq.InterruptCount - 1) * sizeof (UINT32), in AcpiDmInterruptDescriptor()
1002 for (i = 0; i < Resource->ExtendedIrq.InterruptCount; i++) in AcpiDmInterruptDescriptor()
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Dacrestyp.h292 UINT8 InterruptCount; member
539 UINT8 InterruptCount; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/
H A Dsystem_probes_parser.cc163 protos::pbzero::SysStats::InterruptCount::Decoder ic(*it); in ParseSysStats()
171 protos::pbzero::SysStats::InterruptCount::Decoder ic(*it); in ParseSysStats()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go42 InterruptCount uint32 member
/dports/security/vault/vault-1.8.2/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go43 InterruptCount uint32 member
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/gops/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go42 InterruptCount uint32 member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go43 InterruptCount uint32 member
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go43 InterruptCount uint32 member
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go42 InterruptCount uint32 member
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go42 InterruptCount uint32 member
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/shirou/gopsutil/v3/cpu/
H A Dcpu_windows.go43 InterruptCount uint32 member
/dports/net/rclone/rclone-1.57.0/vendor/github.com/shirou/gopsutil/cpu/
H A Dcpu_windows.go51 InterruptCount uint32 member

123456