Searched refs:num_mismatched_vp_indexes (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dhyperv.c1539 * VP index is changing, adjust num_mismatched_vp_indexes if
1543 atomic_inc(&hv->num_mismatched_vp_indexes);
1545 atomic_dec(&hv->num_mismatched_vp_indexes);
1796 bool has_mismatch = atomic_read(&hv->num_mismatched_vp_indexes);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1141 atomic_t num_mismatched_vp_indexes; member in struct:kvm_hv

Completed in 316 milliseconds