Searched refs:newvm (Results 1 – 3 of 3) sorted by relevance
2 DOC= newvm
10 newvm \
498 vmspace_switch_aio(struct vmspace *newvm) in vmspace_switch_aio() argument504 KASSERT(refcount_load(&newvm->vm_refcnt) > 0, in vmspace_switch_aio()508 if (oldvm == newvm) in vmspace_switch_aio()514 curproc->p_vmspace = newvm; in vmspace_switch_aio()515 refcount_acquire(&newvm->vm_refcnt); in vmspace_switch_aio()