Searched refs:steal_time (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | time.c | 212 unsigned long *steal_time) in vtime_delta() argument 226 *steal_time = pseries_calculate_stolen_time(now); in vtime_delta() 228 *steal_time = 0; in vtime_delta() 236 unsigned long steal_time; in vtime_delta_kernel() local 238 *stime = vtime_delta(acct, stime_scaled, &steal_time); in vtime_delta_kernel() 239 *stime -= min(*stime, steal_time); in vtime_delta_kernel() 240 acct->steal_time += steal_time; in vtime_delta_kernel() 266 unsigned long stime, stime_scaled, steal_time; in vtime_account_idle() local 269 stime = vtime_delta(acct, &stime_scaled, &steal_time); in vtime_account_idle() 270 acct->idle_time += stime + steal_time; in vtime_account_idle() [all …]
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kvm.c | 69 DEFINE_PER_CPU_DECRYPTED(struct kvm_steal_time, steal_time) __aligned(64) __visible; 323 struct kvm_steal_time *st = &per_cpu(steal_time, cpu); in kvm_register_steal_time() 409 src = &per_cpu(steal_time, cpu); in kvm_steal_clock() 442 __set_percpu_decrypted(&per_cpu(steal_time, cpu), sizeof(steal_time)); in sev_map_percpu_data() 666 src = &per_cpu(steal_time, cpu); in kvm_flush_tlb_multi() 785 struct kvm_steal_time *src = &per_cpu(steal_time, cpu); in __kvm_vcpu_is_preempted()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | accounting.h | 21 unsigned long steal_time; member
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | Makefile | 135 TEST_GEN_PROGS_x86_64 += steal_time 164 TEST_GEN_PROGS_aarch64 += steal_time
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | dtl.c | 431 acct->steal_time += ust + sst; in pseries_accumulate_stolen_time()
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 2036 bool aarch64, pmu, steal_time; in virt_cpu_post_init() local 2041 steal_time = object_property_get_bool(OBJECT(first_cpu), in virt_cpu_post_init() 2048 if (steal_time) { in virt_cpu_post_init() 2075 if (steal_time) { in virt_cpu_post_init()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 2744 DUMP(p, accounting.steal_time, "%#-*lx"); in dump_one_paca()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |