Home
last modified time | relevance | path

Searched refs:run_delay (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c516 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 Dpvtime.c28 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 Dvcpu_sbi_sta.c70 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 Dschedstat-v15.h18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
H A Dschedstat-v16.h18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
H A Dschedstat-v17.h18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
/linux/kernel/sched/
H A Dstats.c130 rq->rq_sched_info.run_delay, rq->rq_sched_info.pcount); in show_schedstat()
/linux/arch/x86/kvm/
H A Dxen.c592 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 Dx86.c3804 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 Dperf-sched.txt141 run_delay : 3449973971 ( 48.70% )
270 run_delay : 4728347053, 3997100703 | -15.47>
/linux/arch/loongarch/kvm/
H A Dvcpu.c190 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 Dexit.c777 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_save_notify()
/linux/include/linux/
H A Dsched.h424 unsigned long long run_delay; member
/linux/fs/proc/
H A Dbase.c517 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()