Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvmmeter.h41 struct vmtotal { struct
42 uint64_t t_vm; /* total virtual memory */
43 uint64_t t_avm; /* active virtual memory */
44 uint64_t t_rm; /* total real memory in use */
45 uint64_t t_arm; /* active real memory */
46 uint64_t t_vmshr; /* shared virtual memory */
47 uint64_t t_avmshr; /* active shared virtual memory */
48 uint64_t t_rmshr; /* shared real memory */
49 uint64_t t_armshr; /* active shared real memory */
50 uint64_t t_free; /* free memory pages */
[all …]
/freebsd/sys/vm/
H A Dvm_meter.c161 vmtotal(SYSCTL_HANDLER_ARGS) in vmtotal() function