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

/freebsd-11-stable/sys/kern/
H A Dkern_fork.c396 struct vmspace *vm2, struct file *fp_procdesc)
694 vm_forkproc(td, p2, td2, vm2, fr->fr_flags);
838 struct vmspace *vm2; local
900 vm2 = NULL;
964 vm2 = vmspace_fork(p1->p_vmspace, &mem_charged);
965 if (vm2 == NULL) {
972 * from the entries of the copied vm2 will be
981 vm2 = NULL;
1022 do_fork(td, fr, newproc, td2, vm2, fp_procdesc);
1037 if (vm2 !
395 do_fork(struct thread *td, struct fork_req *fr, struct proc *p2, struct thread *td2, struct vmspace *vm2, struct file *fp_procdesc) argument
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_glue.c532 struct vmspace *vm2, int flags)
564 p2->p_vmspace = vm2;
531 vm_forkproc(struct thread *td, struct proc *p2, struct thread *td2, struct vmspace *vm2, int flags) argument
H A Dvm_map.c3352 vmspace_map_entry_forked(const struct vmspace *vm1, struct vmspace *vm2, argument
3361 vm2->vm_map.size += entrysize;
3363 vm2->vm_ssize += btoc(entrysize);
3368 vm2->vm_dsize += btoc(newend - entry->start);
3373 vm2->vm_tsize += btoc(newend - entry->start);
3391 struct vmspace *vm2; local
3399 /* Copy immutable fields of vm1 to vm2. */
3400 vm2 = vmspace_alloc(vm_map_min(old_map), vm_map_max(old_map),
3402 if (vm2 == NULL)
3404 vm2
[all...]

Completed in 131 milliseconds