Searched defs:vmtotal (Results 1 – 1 of 1) sorted by relevance
44 struct vmtotal { struct45 u_int16_t t_rq; /* length of the run queue */46 u_int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */47 u_int16_t t_pw; /* jobs in page wait */48 u_int16_t t_sl; /* jobs sleeping in core */49 u_int16_t t_sw; /* swapped out runnable/short block jobs */50 u_int32_t t_vm; /* total virtual memory */51 u_int32_t t_avm; /* active virtual memory */52 u_int32_t t_rm; /* total real memory in use */53 u_int32_t t_arm; /* active real memory */[all …]