Searched refs:vmspace_exitfree (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_extern.h108 void vmspace_exitfree(struct proc *);
H A Dvm_glue.c587 vmspace_exitfree(p); /* and clean-out the vmspace */
H A Dvm_map.c355 vmspace_exitfree(struct proc *p) function
363 KASSERT(vm == &vmspace0, ("vmspace_exitfree: wrong vmspace"));

Completed in 348 milliseconds