Doug Moore 461587dc9b For vm_map, #defining DIAGNOSTIC to turn on full assertion-based
consistency checking slows performance dramatically. This change
reduces the number of assertions checked by completely walking the
vm_map tree only when the write-lock is released, and only then if the
number of modifications to the tree since the last walk exceeds the
number of tree nodes.

Reviewed by: alc, kib
Tested by: pho
Differential Revision: https://reviews.freebsd.org/D22163
2019-11-09 17:08:27 +00:00
..
2019-11-03 00:13:23 +00:00
2019-11-04 21:06:06 +00:00
2019-10-07 22:40:05 +00:00
2019-09-27 19:17:40 +00:00
2019-11-08 14:51:09 +00:00