Function run_on_each_cpu

Source
pub fn run_on_each_cpu<T: Into<MulticastCallback>>(callback: T)
Expand description

Executes a callback on all other CPUs via IPI.