Home
last modified time | relevance | path

Searched refs:nlo (Results 1 – 3 of 3) 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/uts/common/os/
H A Dmem_cage.c318 pfn_t *nlo, pfn_t *nhi) in kcage_next_range() argument
371 *nlo = tlo; 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
2397 (wrap == 0 ? hi : pfnum0), &nlo, &nhi)) in page_freelist_coalesce()
2401 if (pfnum < nlo) { in page_freelist_coalesce()
2402 pfnum = P2ROUNDUP(nlo, szcpgcnt); in page_freelist_coalesce()