diff options
author | Max Bruning <max@joyent.com> | 2011-06-27 00:09:19 -0700 |
---|---|---|
committer | Max Bruning <max@joyent.com> | 2011-06-27 00:10:28 -0700 |
commit | 2da0b1292c437a43942d8cb12df8cf21cca0a83f (patch) | |
tree | 5820058844248270331b69a25b28cd463d8d11a7 /kvm_impl.h | |
parent | 4f4e1e2653498155250e5d1d2fff8519f462a9ea (diff) | |
download | illumos-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) \ |