Searched refs:steal (Results 1 – 6 of 6) sorted by relevance
333 u64 steal; in kvm_steal_clock() local341 steal = src->steal; in kvm_steal_clock()345 return steal; in kvm_steal_clock()
61 __u64 timer, clock, user, system, steal; in do_account_vtime() local82 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()
42 __u64 steal; member
418 struct kvm_steal_time steal; member
1522 &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()
583 bool "Paravirtual steal time accounting"587 Select this option to enable fine granularity task steal time