Home
last modified time | relevance | path

Searched defs:vmtotal (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/sys/
H A Dvmmeter.h38 struct vmtotal struct
40 int16_t t_rq; /* length of the run queue */
41 int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */
42 int16_t t_pw; /* jobs in page wait */
43 int16_t t_sl; /* jobs sleeping in core */
44 int16_t _reserved1;
45 int32_t t_vm; /* total virtual memory */
46 int32_t t_avm; /* active virtual memory */
47 int32_t t_rm; /* total real memory in use */
48 int32_t t_arm; /* active real memory */
[all …]