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

/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h834 u64 busy_stolen; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c269 * service a page fault) in busy_stolen. We don't accumulate
280 * Updates to busy_stolen are protected by arch.tbacct_lock;
289 * the stolen cycles in busy_stolen. RUNNING is not a preemptible
347 vcpu->arch.busy_stolen += now - vcpu->arch.busy_preempt;
842 stolen += vcpu->arch.busy_stolen;
843 vcpu->arch.busy_stolen = 0;
3182 vcpu->arch.busy_stolen += vcore_stolen_time(vc, now) -

Completed in 178 milliseconds