Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c8351 size_t assize = 0; in hat_get_mapped_size() local
8358 assize += ((pgcnt_t)hat->sfmmu_ttecnt[i] + in hat_get_mapped_size()
8362 return (assize); in hat_get_mapped_size()
8365 assize += ((pgcnt_t)hat->sfmmu_ismttecnt[i] + in hat_get_mapped_size()
8368 return (assize); in hat_get_mapped_size()