Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c430 struct seg *hseg = NULL; in as_addseg() local
434 hseg = as->a_lastgaphl; in as_addseg()
1923 if (hseg->s_base + hseg->s_size < hibound) { in as_gap_aligned()
1924 lseg = hseg; in as_gap_aligned()
1925 hseg = NULL; in as_gap_aligned()
1939 hi = (hseg == NULL) ? hibound : hseg->s_base; in as_gap_aligned()
1970 if (hseg != NULL) in as_gap_aligned()
1982 lseg = hseg; in as_gap_aligned()
1985 hseg = AS_SEGNEXT(as, hseg); in as_gap_aligned()
1987 hseg = lseg; in as_gap_aligned()
[all …]