Searched refs:num_mismatched_vp_indexes (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1141 atomic_t num_mismatched_vp_indexes; member in struct:kvm_hv
/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);

Completed in 157 milliseconds