Searched defs:vmtotal (Results 1 – 1 of 1) sorted by relevance
178 struct vmtotal { struct179 long t_rq; /* length of the run queue */180 long t_dw; /* jobs in ``disk wait'' (neg priority) */181 long t_pw; /* jobs in page wait */182 long t_sl; /* jobs sleeping in core */183 long t_sw; /* swapped out runnable/short block jobs */184 int64_t t_vm; /* total virtual memory */185 int64_t t_avm; /* active virtual memory */186 long t_rm; /* total real memory in use */187 long t_arm; /* active real memory */[all …]