|
|
1.1 root 1: /* vmtotal.h 4.1 11/9/80 */
2:
3: /* systemwide totals computed every five seconds */
4: struct vmtotal
5: {
6: short t_rq; /* length of the run queue */
7: short t_dw; /* jobs in ``disk wait'' (neg priority) */
8: short t_pw; /* jobs in page wait */
9: short t_sl; /* jobs sleeping in core */
10: short t_sw; /* swapped out runnable/short block jobs */
11: int t_vm; /* total virtual memory */
12: int t_avm; /* active virtual memory */
13: short t_rm; /* total real memory in use */
14: short t_arm; /* active real memory */
15: int t_vmtxt; /* virtual memory used by text */
16: int t_avmtxt; /* active virtual memory used by text */
17: short t_rmtxt; /* real memory used by text */
18: short t_armtxt; /* active real memory used by text */
19: short t_free; /* free memory pages */
20: };
21: #ifdef KERNEL
22: struct vmtotal total;
23: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.