Per-CPU RT bandwidth accounting block. More...
Data Fields | |
| u8 | _pad [3] {} |
| u64 | rt_period_ns {RT_PERIOD_DEFAULT_NS} |
| u64 | rt_period_start_ns {0ULL} |
| zxfoundation::sys::timer::kernel_timer | rt_period_timer {} |
| u64 | rt_runtime_ns {RT_RUNTIME_DEFAULT_NS} |
| bool | rt_throttled {false} |
| u64 | rt_time_ns {0ULL} |
Per-CPU RT bandwidth accounting block.
Carried inside rt_rq. Owned by the per-CPU run_queue.