Home
last modified time | relevance | path

Searched refs:steal (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kernel/
Dkvm.c333 u64 steal; in kvm_steal_clock() local
341 steal = src->steal; in kvm_steal_clock()
345 return steal; in kvm_steal_clock()
/arch/s390/kernel/
Dvtime.c61 __u64 timer, clock, user, system, steal; in do_account_vtime() local
82 steal = S390_lowcore.steal_timer; in do_account_vtime()
83 if ((s64) steal > 0) { in do_account_vtime()
85 account_steal_time(steal); in do_account_vtime()
/arch/x86/include/asm/
Dkvm_para.h42 __u64 steal; member
Dkvm_host.h418 struct kvm_steal_time steal; member
/arch/x86/kvm/
Dx86.c1522 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)))) in record_steal_time()
1525 vcpu->arch.st.steal.steal += vcpu->arch.st.accum_steal; in record_steal_time()
1526 vcpu->arch.st.steal.version += 2; in record_steal_time()
1530 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)); in record_steal_time()
/arch/x86/
DKconfig583 bool "Paravirtual steal time accounting"
587 Select this option to enable fine granularity task steal time