Lines Matching refs:fCore
47 CoreEntry* fCore; member
96 fCore = core; in Init()
104 fCore->AddCPU(this); in Start()
189 fCore->CPUHeap()->ModifyKey(this, priority); in UpdatePriority()
192 fCore->CPUWakesUp(this); in UpdatePriority()
194 fCore->CPUGoesIdle(this); in UpdatePriority()
233 CoreRunQueueLocker coreLocker(fCore); in ChooseNextThread()
235 ThreadData* sharedThread = fCore->PeekThread(); in ChooseNextThread()
248 fCore->Remove(sharedThread); in ChooseNextThread()
277 fCore->IncreaseActiveTime(active); in TrackActivity()
329 int32 load = std::max(threadData->GetLoad(), fCore->GetLoad()); in _RequestPerformanceLevel()
332 threadData->GetLoad(), fCore->GetLoad()); in _RequestPerformanceLevel()
712 threadsData.fCore = entry; in DumpCoreLoadHeapEntry()
746 if (thread->scheduler_data->Core() == threadsData->fCore) in _AnalyzeCoreThreads()