Home
last modified time | relevance | path

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

/freebsd/share/doc/papers/newvm/
H A DMakefile2 DOC= newvm
/freebsd/share/doc/papers/
H A DMakefile11 newvm \
/freebsd/sys/vm/
H A Dvm_map.c491 * a result, the 'newvm' vmspace always has a non-zero reference
492 * count. This permits an additional reference on 'newvm' to be
497 vmspace_switch_aio(struct vmspace *newvm)
503 KASSERT(refcount_load(&newvm->vm_refcnt) > 0, in vmspace_switch_aio()
504 ("vmspace_switch_aio: newvm unreferenced")); in vmspace_switch_aio()
507 if (oldvm == newvm) in vmspace_switch_aio()
513 curproc->p_vmspace = newvm; in vmspace_switch_aio()
514 refcount_acquire(&newvm->vm_refcnt); in vmspace_switch_aio()
499 vmspace_switch_aio(struct vmspace * newvm) vmspace_switch_aio() argument
/freebsd/
H A DObsoleteFiles.inc12982 OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz