Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dpelt.rs206 if unlikely(self.throttled_count > 0) { in cfs_rq_clock_pelt()
H A Dfair.rs358 pub throttled_count: u64, field
401 throttled_count: 0, in new()
1082 let throttled = if unlikely(self.throttled_count > 0) { in update_idle_clock_pelt()