Home
last modified time | relevance | path

Searched refs:CTL_VM (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/gen/
H A Dgetloadavg.c53 mib[0] = CTL_VM; in getloadavg()
/freebsd/sys/kern/
H A Dkern_xxx.c199 name[0] = CTL_VM; in ogetkerninfo()
206 name[0] = CTL_VM; in ogetkerninfo()
H A Dkern_mib.c67 SYSCTL_ROOT_NODE(CTL_VM, vm, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp69 CTL_VM, in ReadProcMaps()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c246 int mib[2] = { CTL_VM, VM_TOTAL }; in storage_OS_get_vm()
/freebsd/contrib/jemalloc/src/
H A Dpages.c453 mib[0] = CTL_VM; in os_overcommits_sysctl()
/freebsd/usr.bin/systat/
H A Dvmstat.c775 mib[0] = CTL_VM; in getinfo()
/freebsd/sys/sys/
H A Dsysctl.h942 #define CTL_VM 2 /* virtual memory */ macro
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2286 mib[0] = CTL_VM; in __kmp_is_address_mapped()