Home
last modified time | relevance | path

Searched refs:VM_TOTAL (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_param.h77 #define VM_TOTAL 1 /* struct vmtotal */ macro
78 #define VM_METER VM_TOTAL/* deprecated, use VM_TOTAL */
H A Dvm_meter.c313 SYSCTL_PROC(_vm, VM_TOTAL, vmtotal, CTLTYPE_OPAQUE | CTLFLAG_RD |
/f-stack/freebsd/kern/
H A Dkern_xxx.c212 name[1] = VM_TOTAL; in ogetkerninfo()