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

/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp631 build_topology_mappings(int32& cpuCount, int32& coreCount, int32& packageCount) argument
645 coreCount = 0;
648 coreCount++;
672 int32 cpuCount, coreCount, packageCount; local
673 status_t result = build_topology_mappings(cpuCount, coreCount,
679 gSingleCore = coreCount == 1;
682 gCoreCount = coreCount;
690 gCoreEntries = new(std::nothrow) CoreEntry[coreCount];
700 new(&gCoreLoadHeap) CoreLoadHeap(coreCount);
701 new(&gCoreHighLoadHeap) CoreLoadHeap(coreCount);
[all...]
H A Dscheduler_cpu.cpp616 CoreLoadHeap::CoreLoadHeap(int32 coreCount) argument
618 MinMaxHeap<CoreEntry, int32>(coreCount)
755 int32 coreCount = gCoreCount; local
757 for (int32 i = 0; i < coreCount; i++) {
H A Dscheduler_cpu.h213 CoreLoadHeap(int32 coreCount);

Completed in 41 milliseconds