Searched refs:newvm (Results 1 – 1 of 1) sorted by relevance
502 vmspace_switch_aio(struct vmspace *newvm) in vmspace_switch_aio() argument508 KASSERT(refcount_load(&newvm->vm_refcnt) > 0, in vmspace_switch_aio()512 if (oldvm == newvm) in vmspace_switch_aio()518 curproc->p_vmspace = newvm; in vmspace_switch_aio()519 refcount_acquire(&newvm->vm_refcnt); in vmspace_switch_aio()