Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dvtime.c98 u64 timer, clock, user, system, steal; in do_account_vtime() local
141 steal = S390_lowcore.steal_timer; in do_account_vtime()
142 if ((s64) steal > 0) { in do_account_vtime()
144 account_steal_time(steal); in do_account_vtime()
/arch/x86/include/uapi/asm/
Dkvm_para.h45 __u64 steal; member
/arch/x86/kernel/
Dkvm.c406 u64 steal; in kvm_steal_clock() local
414 steal = src->steal; in kvm_steal_clock()
418 return steal; in kvm_steal_clock()
/arch/x86/include/asm/
Dkvm_host.h493 struct kvm_steal_time steal; member
/arch/x86/kvm/
Dx86.c2098 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)))) in record_steal_time()
2101 vcpu->arch.st.steal.steal += vcpu->arch.st.accum_steal; in record_steal_time()
2102 vcpu->arch.st.steal.version += 2; in record_steal_time()
2106 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)); in record_steal_time()
/arch/x86/
DKconfig759 bool "Paravirtual steal time accounting"
763 Select this option to enable fine granularity task steal time