Searched refs:run_delay (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/kvm/ |
| H A D | steal_time.c | 445 long run_delay; in main() local 481 run_delay = get_run_delay(); in main() 482 TEST_ASSERT(stolen_time <= run_delay, in main() 484 run_delay, stolen_time); in main() 487 run_delay = get_run_delay(); in main() 491 while (get_run_delay() - run_delay < MIN_RUN_DELAY_NS); in main() 493 run_delay = get_run_delay() - run_delay; in main() 494 TEST_ASSERT(run_delay >= MIN_RUN_DELAY_NS, in main() 496 MIN_RUN_DELAY_NS, run_delay); in main() 502 TEST_ASSERT(stolen_time >= run_delay, in main() [all …]
|
| /linux/kernel/sched/ |
| H A D | stats.h | 16 rq->rq_sched_info.run_delay += delta; in rq_sched_info_arrive() 35 rq->rq_sched_info.run_delay += delta; in rq_sched_info_dequeue() 255 t->sched_info.run_delay += delta; in sched_info_dequeue() 280 t->sched_info.run_delay += delta; in sched_info_arrive()
|
| H A D | stats.c | 130 rq->rq_sched_info.run_delay, rq->rq_sched_info.pcount); in show_schedstat()
|
| /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-v16.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| 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-v17.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| /linux/kernel/ |
| H A D | delayacct.c | 172 t2 = tsk->sched_info.run_delay; in delayacct_add_tsk()
|
| /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 | 3830 steal += current->sched_info.run_delay - in record_steal_time() 3832 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 | -1…
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 198 steal += current->sched_info.run_delay - vcpu->arch.st.last_steal; in kvm_update_stolen_time() 199 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_update_stolen_time() 1210 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_loongarch_pvtime_set_attr()
|
| H A D | exit.c | 778 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/f2fs/ |
| H A D | checkpoint.c | 34 ts->runnable_time = current->sched_info.run_delay; in get_lock_elapsed_time()
|
| /linux/fs/proc/ |
| H A D | base.c | 519 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
|