Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_map.c504 struct vmspace *oldvm; in vmspace_switch_aio() local
511 oldvm = curproc->p_vmspace; in vmspace_switch_aio()
512 if (oldvm == newvm) in vmspace_switch_aio()
524 vmspace_free(oldvm); in vmspace_switch_aio()