Searched defs:hseg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c431 struct seg *hseg = NULL; local
435 hseg = as->a_lastgaphl;
436 lseg = AVL_PREV(&as->a_segtree, hseg);
439 hseg = AVL_NEXT(&as->a_segtree, lseg);
442 if (hseg && lseg && lseg->s_base < newseg->s_base &&
443 hseg->s_base > newseg->s_base) {
1828 struct seg *lseg, *hseg; local
1874 * direction. lseg is NULL for the lowest-addressed hole and hseg is
1880 hseg = as_findseg(as, lobound, 1);
1881 lseg = AS_SEGPREV(as, hseg);
[all...]

Completed in 997 milliseconds