Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dfair.rs357 pub throttled: bool, field
400 throttled: false, in new()
1082 let throttled = if unlikely(self.throttled_count > 0) { in update_idle_clock_pelt() localVariable
1088 self.throttled_clock_pelt = throttled; in update_idle_clock_pelt()