Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dac_stat.c62 memquery_t memq; in ac_mem_stat() local
134 bzero(&memq, sizeof (memq)); in ac_mem_stat()
136 ret = kphysm_del_span_query(base, npgs, &memq); in ac_mem_stat()
146 query_checker(base, npgs, &memq); in ac_mem_stat()
147 if (memq.phys_pages != npgs) { in ac_mem_stat()
154 (u_long)memq.phys_pages, (u_long)npgs); in ac_mem_stat()
159 statp->phys_pages = memq.phys_pages; in ac_mem_stat()
160 statp->managed = memq.managed; in ac_mem_stat()
162 statp->nonrelocatable = memq.phys_pages; in ac_mem_stat()
164 statp->nonrelocatable = memq.nonrelocatable; in ac_mem_stat()
[all …]