Home
last modified time | relevance | path

Searched refs:kLowLoad (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_common.h37 const int kLowLoad = kMaxLoad * 20 / 100; variable
H A Dlow_latency.cpp159 if (chosen == NULL || totalLoad < kLowLoad) in rebalance_irqs()
H A Dpower_saving.cpp244 if (chosen == NULL || chosen->load < kLowLoad) in rebalance_irqs()