Searched refs:coreCount (Results 1 - 3 of 3) sorted by path

/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp615 build_topology_mappings(int32& cpuCount, int32& coreCount, int32& packageCount) argument
629 coreCount = 0;
632 coreCount++;
656 int32 cpuCount, coreCount, packageCount; local
657 status_t result = build_topology_mappings(cpuCount, coreCount,
663 gSingleCore = coreCount == 1;
666 gCoreCount = coreCount;
674 gCoreEntries = new(std::nothrow) CoreEntry[coreCount];
684 new(&gCoreLoadHeap) CoreLoadHeap(coreCount);
685 new(&gCoreHighLoadHeap) CoreLoadHeap(coreCount);
[all...]
H A Dscheduler_cpu.cpp613 CoreLoadHeap::CoreLoadHeap(int32 coreCount) argument
615 MinMaxHeap<CoreEntry, int32>(coreCount)
752 int32 coreCount = gCoreCount; local
754 for (int32 i = 0; i < coreCount; i++) {
H A Dscheduler_cpu.h209 CoreLoadHeap(int32 coreCount);

Completed in 60 milliseconds