Searched defs:kvm_vcpu_stat_generic (Results 1 – 1 of 1) sorted by relevance
79 struct kvm_vcpu_stat_generic { struct80 u64 halt_successful_poll;81 u64 halt_attempted_poll;82 u64 halt_poll_invalid;83 u64 halt_wakeup;84 u64 halt_poll_success_ns;85 u64 halt_poll_fail_ns;86 u64 halt_wait_ns;87 u64 halt_poll_success_hist[HALT_POLL_HIST_COUNT];88 u64 halt_poll_fail_hist[HALT_POLL_HIST_COUNT];[all …]
Completed in 4 milliseconds