Searched defs:vmtotal (Results 1 – 2 of 2) sorted by relevance
41 struct vmtotal { struct42 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 …]
161 vmtotal(SYSCTL_HANDLER_ARGS) in vmtotal() function