Home
last modified time | relevance | path

Searched refs:gTrackCoreLoad (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h343 if (gTrackCoreLoad) in Continues()
365 if (gTrackCoreLoad) in GoesAway()
377 if (gTrackCoreLoad) in Dies()
415 if (gTrackCoreLoad) { in Enqueue()
489 if (!gTrackCoreLoad) in UpdateActivity()
H A Dscheduler_common.h46 extern bool gTrackCoreLoad;
H A Dscheduler_cpu.h413 ASSERT(gTrackCoreLoad); in AddLoad()
432 ASSERT(gTrackCoreLoad); in RemoveLoad()
452 ASSERT(gTrackCoreLoad); in ChangeLoad()
H A Dscheduler.cpp53 bool gTrackCoreLoad; variable
776 gTrackCoreLoad = !gSingleCore || gTrackCPULoad; in scheduler_update_policy()
780 gTrackCoreLoad ? "true" : "false"); in scheduler_update_policy()
H A Dscheduler_cpu.cpp311 } else if (gTrackCoreLoad) { in StartQuantumTimer()