Searched refs:run_delay (Results 1 – 12 of 12) sorted by relevance
| /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/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 | 3832 steal += current->sched_info.run_delay - in record_steal_time() 3834 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() 1209 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_loongarch_pvtime_set_attr()
|
| H A D | exit.c | 779 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 | 519 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
|