Lines Matching defs:vs
982 Vmstat_t vs;984 vmstat(Vmheap, &vs);985 error(0, "vm region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu", vs.extent, vs.n_seg, vs.n_busy, vs.s_busy, vs.m_busy, vs.n_free, vs.s_free, vs.m_free);