Searched refs:sched_info (Results 1 – 11 of 11) sorted by relevance
212 if (!t->sched_info.last_queued) in sched_info_dequeue()216 t->sched_info.last_queued = 0; in sched_info_dequeue()217 t->sched_info.run_delay += delta; in sched_info_dequeue()231 if (!t->sched_info.last_queued) in sched_info_arrive()235 delta = now - t->sched_info.last_queued; in sched_info_arrive()236 t->sched_info.last_queued = 0; in sched_info_arrive()237 t->sched_info.run_delay += delta; in sched_info_arrive()238 t->sched_info.last_arrival = now; in sched_info_arrive()239 t->sched_info.pcount++; in sched_info_arrive()251 if (!t->sched_info.last_queued) in sched_info_enqueue()[all …]
1075 struct sched_info rq_sched_info;
4415 memset(&p->sched_info, 0, sizeof(p->sched_info)); in sched_fork()
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()
140 t1 = tsk->sched_info.pcount; in delayacct_add_tsk()141 t2 = tsk->sched_info.run_delay; in delayacct_add_tsk()
358 struct sched_info { struct847 struct sched_info sched_info; member
70 u64 run_delay = current->sched_info.run_delay; in kvm_xen_update_runstate()435 vcpu->arch.xen.last_steal = current->sched_info.run_delay; in kvm_xen_vcpu_set_attr()
3369 steal += current->sched_info.run_delay - in record_steal_time()3371 vcpu->arch.st.last_steal = current->sched_info.run_delay; in record_steal_time()
1128 struct atto_vda_schedule_info sched_info; member
1305 struct atto_vda_schedule_info sched_info; member
484 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()485 task->sched_info.pcount); in proc_pid_schedstat()
Completed in 78 milliseconds