Searched refs:nhi (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mem_cage.h | 84 pfn_t lo, pfn_t hi, pfn_t *nlo, pfn_t *nhi);
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1614 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_44/usr/src/uts/common/os/ |
H A D | mem_cage.c | 318 pfn_t *nlo, pfn_t *nhi) in kcage_next_range() argument 372 *nhi = thi; in kcage_next_range()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_pagelist.c | 2282 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()
|