Home
last modified time | relevance | path

Searched refs:newvm (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_map.c502 vmspace_switch_aio(struct vmspace *newvm) in vmspace_switch_aio() argument
508 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()