|
|
auto | zxfoundation::sched::nohz::balance_pending (u32 flags) noexcept -> bool |
| | Test whether the nohz-idle kick is pending on the current CPU.
|
|
auto | zxfoundation::sched::nohz::clear_balance (u32 &flags) noexcept -> void |
| | Clear the nohz-balance pending nohz_flag (committed by the balancer on the first pass of the softirq).
|
|
auto | zxfoundation::sched::nohz::do_enter_balance () noexcept -> void |
|
auto | zxfoundation::sched::nohz::do_prepare_idle () noexcept -> void |
|
auto | zxfoundation::sched::nohz::do_tick_start () noexcept -> void |
|
auto | zxfoundation::sched::nohz::do_tick_stop () noexcept -> void |
|
auto | zxfoundation::sched::nohz::idle_enter (u32 &flags, const nohz_ops &ops) noexcept -> void |
| | Enter nohz idle on the current CPU.
|
|
auto | zxfoundation::sched::nohz::idle_exit (u32 &flags, const nohz_ops &ops) noexcept -> void |
| | Exit nohz idle on the current CPU (called on any wakeup).
|