Home
last modified time | relevance | path

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

/freebsd-head/sys/amd64/vmm/
HDvmm_dev_machdep.c274 struct vm_stats_13 *vmstats_13; in vmmdev_machdep_ioctl() local
276 vmstats_13 = (struct vm_stats_13 *)data; in vmmdev_machdep_ioctl()
277 getmicrotime(&vmstats_13->tv); in vmmdev_machdep_ioctl()
278 error = vmm_stat_copy(vcpu, 0, nitems(vmstats_13->statbuf), in vmmdev_machdep_ioctl()
279 &vmstats_13->num_entries, vmstats_13->statbuf); in vmmdev_machdep_ioctl()