Home
last modified time | relevance | path

Searched refs:tmp_rusage (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/process/
H A Dsyscall.rs160 let mut tmp_rusage = if rusage.is_null() { in wait4() localVariable
166 let r = kernel_wait4(pid, wstatus_buf, options, tmp_rusage.as_mut())?; in wait4()
174 rusage_buf.copy_one_to_user(&tmp_rusage.unwrap(), 0)?; in wait4()