alc 1136bac82b Optimize vm_radix_lookup_ge() and vm_radix_lookup_le(). Specifically,
change the way that these functions ascend the tree when the search for a
matching leaf fails at an interior node.  Rather than returning to the root
of the tree and repeating the lookup with an updated key, maintain a stack
of interior nodes that were visited during the descent and use that stack
to resume the lookup at the closest ancestor that might have a matching
descendant.

Sponsored by:	EMC / Isilon Storage Division
Reviewed by:	attilio
Tested by:	pho
2013-05-04 22:50:15 +00:00
..
2013-03-17 23:53:06 +00:00
2013-03-09 03:19:53 +00:00
2013-03-09 03:19:53 +00:00
2013-04-09 17:43:48 +00:00
2013-03-09 03:19:53 +00:00
2013-03-17 23:53:06 +00:00