Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmem_cage.h84 pfn_t lo, pfn_t hi, pfn_t *nlo, pfn_t *nhi);
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1614 holeinfo_t *nhi = mdb_zalloc( in elt_print() local
1615 sizeof (*nhi) * new, UM_NOSLEEP | UM_GC); in elt_print()
1617 bcopy(pap->pa_holes, nhi, in elt_print()
1618 pap->pa_nholes * sizeof (*nhi)); in elt_print()
1620 pap->pa_holes = nhi; in elt_print()
/titanic_41/usr/src/uts/common/os/
H A Dmem_cage.c318 pfn_t *nlo, pfn_t *nhi) in kcage_next_range() argument
372 *nhi = thi; in kcage_next_range()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_pagelist.c2282 pfn_t pfnum0, nlo, nhi; in page_freelist_coalesce() local
2385 nhi = 0; /* search kcage ranges */ in page_freelist_coalesce()
2395 if (nhi <= pfnum) { in page_freelist_coalesce()
2397 (wrap == 0 ? hi : pfnum0), &nlo, &nhi)) in page_freelist_coalesce()
2476 nhi = 0; /* search kcage ranges */ in page_freelist_coalesce()