|
|
u8 | _pad [3] {} |
|
constexpr u64 | zxfoundation::sched::rt::bw::RT_PERIOD_DEFAULT_NS = 1'000'000'000ULL |
| | System-wide RT bandwidth period (1 000 ms).
|
|
u64 | rt_period_ns {RT_PERIOD_DEFAULT_NS} |
|
u64 | rt_period_start_ns {0ULL} |
|
zxfoundation::sys::timer::kernel_timer | rt_period_timer {} |
|
constexpr u64 | zxfoundation::sched::rt::bw::RT_RUNTIME_DEFAULT_NS = 950'000'000ULL |
| | Per-CPU RT runtime ceiling per period (950 ms).
|
|
u64 | rt_runtime_ns {RT_RUNTIME_DEFAULT_NS} |
|
bool | rt_throttled {false} |
|
u64 | rt_time_ns {0ULL} |
|
constexpr u64 | zxfoundation::sched::rt::bw::sched_rt_period_us = RT_PERIOD_DEFAULT_NS / 1000ULL |
| | global sched_rt_period_us
|
|
constexpr u64 | zxfoundation::sched::rt::bw::sched_rt_runtime_us = RT_RUNTIME_DEFAULT_NS / 1000ULL |
| | global sched_rt_runtime_us
|