Searched refs:hseg (Results 1 – 1 of 1) sorted by relevance
430 struct seg *hseg = NULL; in as_addseg() local434 hseg = as->a_lastgaphl; in as_addseg()435 lseg = AVL_PREV(&as->a_segtree, hseg); in as_addseg()438 hseg = AVL_NEXT(&as->a_segtree, lseg); in as_addseg()441 if (hseg && lseg && lseg->s_base < newseg->s_base && in as_addseg()442 hseg->s_base > newseg->s_base) { in as_addseg()1819 struct seg *lseg, *hseg; in as_gap_aligned() local1871 hseg = as_findseg(as, lobound, 1); in as_gap_aligned()1872 lseg = AS_SEGPREV(as, hseg); in as_gap_aligned()1884 hseg = as_findseg(as, hibound, 1); in as_gap_aligned()[all …]