Searched refs:run_delay (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/kvm/ |
| H A D | steal_time.c | 516 long run_delay; in main() local 554 run_delay = get_run_delay(); in main() 555 TEST_ASSERT(stolen_time <= run_delay, in main() 557 run_delay, stolen_time); in main() 560 run_delay = get_run_delay(); in main() 564 while (get_run_delay() - run_delay < MIN_RUN_DELAY_NS); in main() 566 run_delay = get_run_delay() - run_delay; in main() 567 TEST_ASSERT(run_delay >= MIN_RUN_DELAY_NS, in main() 569 MIN_RUN_DELAY_NS, run_delay); in main() 575 TEST_ASSERT(stolen_time >= run_delay, in main() [all …]
|
| /linux/arch/arm64/kvm/ |
| H A D | pvtime.c | 28 vcpu->arch.steal.last_steal = READ_ONCE(current->sched_info.run_delay); in kvm_update_stolen_time() 64 vcpu->arch.steal.last_steal = current->sched_info.run_delay; in kvm_init_stolen_time()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_sbi_sta.c | 70 vcpu->arch.sta.last_steal = READ_ONCE(current->sched_info.run_delay); in kvm_riscv_vcpu_record_steal_time() 118 vcpu->arch.sta.last_steal = current->sched_info.run_delay; in kvm_sbi_sta_steal_time_set_shmem()
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | schedstat-v15.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| H A D | schedstat-v16.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| H A D | schedstat-v17.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| /linux/kernel/sched/ |
| H A D | stats.c | 130 rq->rq_sched_info.run_delay, rq->rq_sched_info.pcount); in show_schedstat()
|
| /linux/arch/x86/kvm/ |
| H A D | xen.c | 592 u64 run_delay = current->sched_info.run_delay; in kvm_xen_update_runstate() local 602 u64 steal_ns = run_delay - vx->last_steal; in kvm_xen_update_runstate() 608 vx->last_steal = run_delay; in kvm_xen_update_runstate() 1056 vcpu->arch.xen.last_steal = current->sched_info.run_delay; in kvm_xen_vcpu_set_attr()
|
| H A D | x86.c | 3804 steal += current->sched_info.run_delay - in record_steal_time() 3806 vcpu->arch.st.last_steal = current->sched_info.run_delay; in record_steal_time()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 141 run_delay : 3449973971 ( 48.70% ) 270 run_delay : 4728347053, 3997100703 | -15.47>
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 190 steal += current->sched_info.run_delay - vcpu->arch.st.last_steal; in kvm_update_stolen_time() 191 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_update_stolen_time() 1208 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_loongarch_pvtime_set_attr()
|
| H A D | exit.c | 777 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_save_notify()
|
| /linux/include/linux/ |
| H A D | sched.h | 424 unsigned long long run_delay; member
|
| /linux/fs/proc/ |
| H A D | base.c | 517 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
|