MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_waitproc

Function vm_waitproc

freebsd/vm/vm_glue.c:591–597  ·  view source on GitHub ↗

* Called after process has been wait(2)'ed upon and is being reaped. * The idea is to reclaim resources that we could not reclaim while * the process was still executing. */

(p)

Source from the content-addressed store, hash-verified

589 * the process was still executing.
590 */
591void
592vm_waitproc(p)
593 struct proc *p;
594{
595
596 vmspace_exitfree(p); /* and clean-out the vmspace */
597}
598
599void
600kick_proc0(void)

Callers 1

proc_reapFunction · 0.85

Calls 1

vmspace_exitfreeFunction · 0.85

Tested by

no test coverage detected