[][src]Function kernel::process::schedule::find_next_runnable_proc

fn find_next_runnable_proc(from_pid: usize) -> Option<Box<Process>>

Find a runnable process whose pid >= from_pid