Searched defs:kvm_vcpu_stat_generic (Results 1 – 1 of 1) sorted by relevance
18220 struct kvm_vcpu_stat_generic { struct18221 u64 halt_successful_poll;18222 u64 halt_attempted_poll;18223 u64 halt_poll_invalid;18224 u64 halt_wakeup;18225 u64 halt_poll_success_ns;18226 u64 halt_poll_fail_ns;18227 u64 halt_wait_ns;18228 u64 halt_poll_success_hist[32];18229 u64 halt_poll_fail_hist[32];[all …]