Home
last modified time | relevance | path

Searched refs:sched_info (Results 1 – 11 of 11) sorted by relevance

/linux/kernel/sched/
A Dstats.h212 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 …]
A Dsched.h1075 struct sched_info rq_sched_info;
A Dcore.c4415 memset(&p->sched_info, 0, sizeof(p->sched_info)); in sched_fork()
/linux/arch/arm64/kvm/
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/kernel/
A Ddelayacct.c140 t1 = tsk->sched_info.pcount; in delayacct_add_tsk()
141 t2 = tsk->sched_info.run_delay; in delayacct_add_tsk()
/linux/include/linux/
A Dsched.h358 struct sched_info { struct
847 struct sched_info sched_info; member
/linux/arch/x86/kvm/
A Dxen.c70 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()
A Dx86.c3369 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()
/linux/drivers/scsi/esas2r/
A Datioctl.h1128 struct atto_vda_schedule_info sched_info; member
A Datvda.h1305 struct atto_vda_schedule_info sched_info; member
/linux/fs/proc/
A Dbase.c484 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
485 task->sched_info.pcount); in proc_pid_schedstat()

Completed in 90 milliseconds