Lines Matching refs:fCore
109 fCore = NULL; in Init()
130 fCore = core; in Init()
155 fCore != NULL ? fCore->ID() : -1); in Dump()
156 if (fCore != NULL && HasCacheExpired()) in Dump()
189 if (fCore != targetCore) { in ChooseCoreAndCPU()
192 if (fCore != NULL) in ChooseCoreAndCPU()
193 fCore->RemoveLoad(fNeededLoad, true); in ChooseCoreAndCPU()
198 fCore = targetCore; in ChooseCoreAndCPU()
211 int32 threadCount = fCore->ThreadCount(); in ComputeQuantum()
212 if (fCore->CPUCount() > 0) in ComputeQuantum()
213 threadCount /= fCore->CPUCount(); in ComputeQuantum()
227 ASSERT(fCore != NULL); in UnassignCore()
231 fCore = NULL; in UnassignCore()
292 fCore->ChangeLoad(fNeededLoad - oldLoad); in _ComputeNeededLoad()