summaryrefslogtreecommitdiff
path: root/kvm_impl.h
diff options
context:
space:
mode:
authorMax Bruning <max@joyent.com>2011-06-27 00:09:19 -0700
committerMax Bruning <max@joyent.com>2011-06-27 00:10:28 -0700
commit2da0b1292c437a43942d8cb12df8cf21cca0a83f (patch)
tree5820058844248270331b69a25b28cd463d8d11a7 /kvm_impl.h
parent4f4e1e2653498155250e5d1d2fff8519f462a9ea (diff)
downloadillumos-kvm-2da0b1292c437a43942d8cb12df8cf21cca0a83f.tar.gz
HVM-417 kmem_cache_destroy not called for all kmem caches on driver unload
Diffstat (limited to 'kvm_impl.h')
-rw-r--r--kvm_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm_impl.h b/kvm_impl.h
index 02960ca..654b3fe 100644
--- a/kvm_impl.h
+++ b/kvm_impl.h
@@ -77,6 +77,7 @@ typedef struct kvm_stats {
kstat_named_t kvmks_mmu_recycled; /* recycles from free list */
kstat_named_t kvmks_remote_tlb_flush; /* remote TLB flushes */
kstat_named_t kvmks_lpages; /* large pages in use */
+ kstat_named_t kvmks_mmu_unsync_page; /* number of unsynced pages */
} kvm_stats_t;
#define KVM_KSTAT_INIT(kvmp, field, name) \