Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_map.c501 struct vmspace *oldvm; in vmspace_switch_aio() local
508 oldvm = curproc->p_vmspace; in vmspace_switch_aio()
509 if (oldvm == newvm) in vmspace_switch_aio()
521 vmspace_free(oldvm); in vmspace_switch_aio()