Lines Matching defs:vmtotal
97 struct vmtotal { struct
98 int16_t t_rq; /* length of the run queue */
99 int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */
100 int16_t t_pw; /* jobs in page wait */
101 int16_t t_sl; /* jobs sleeping in core */
102 int16_t t_sw; /* swapped out runnable/short block jobs */
103 int32_t t_vm; /* total virtual memory */
104 int32_t t_avm; /* active virtual memory */
105 int32_t t_rm; /* total real memory in use */
106 int32_t t_arm; /* active real memory */
107 int32_t t_vmshr; /* shared virtual memory */
108 int32_t t_avmshr; /* active shared virtual memory */
109 int32_t t_rmshr; /* shared real memory */
110 int32_t t_armshr; /* active shared real memory */
111 int32_t t_free; /* free memory pages */