Home
last modified time | relevance | path

Searched refs:vmt_size (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/virtual/virtio/balloon/
H A Dvirtio_balloon.c499 size_t vmt_size = sizeof(total); in collect_balloon_stats() local
504 if (!kernel_sysctlbyname("vm.vmtotal", &total, &vmt_size, NULL, 0, NULL)) { in collect_balloon_stats()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c420 size_t vmt_size = sizeof(total); in dovmstat() local
486 if (sysctlbyname("vm.vmtotal", &total, &vmt_size, NULL, 0)) { in dovmstat()