Searched refs:vmspace_unshare (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/vm/ | ||
| D | vm_extern.h | 81 int vmspace_unshare(struct proc *); |
| D | vm_glue.c | 582 error = vmspace_unshare(p1); |
| D | vm_map.c | 3782 vmspace_unshare(struct proc *p) in vmspace_unshare() function |