Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dstats.h214 if (!t->sched_info.last_queued) in sched_info_dequeue()
217 delta = rq_clock(rq) - t->sched_info.last_queued; in sched_info_dequeue()
218 t->sched_info.last_queued = 0; in sched_info_dequeue()
219 t->sched_info.run_delay += delta; in sched_info_dequeue()
233 if (!t->sched_info.last_queued) in sched_info_arrive()
237 delta = now - t->sched_info.last_queued; in sched_info_arrive()
238 t->sched_info.last_queued = 0; in sched_info_arrive()
239 t->sched_info.run_delay += delta; in sched_info_arrive()
240 t->sched_info.last_arrival = now; in sched_info_arrive()
241 t->sched_info.pcount++; in sched_info_arrive()
[all …]
H A Dsched.h1118 struct sched_info rq_sched_info;
H A Dcore.c4778 memset(&p->sched_info, 0, sizeof(p->sched_info)); in sched_fork()
/openbmc/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()
/openbmc/linux/kernel/
H A Ddelayacct.c151 t1 = tsk->sched_info.pcount; in delayacct_add_tsk()
152 t2 = tsk->sched_info.run_delay; in delayacct_add_tsk()
/openbmc/linux/include/linux/
H A Dsched.h376 struct sched_info { struct
873 struct sched_info sched_info; member
381 pcountsched_info global() argument
384 run_delaysched_info global() argument
389 last_arrivalsched_info global() argument
392 last_queuedsched_info global() argument
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h1129 struct atto_vda_schedule_info sched_info; member
H A Datvda.h1305 struct atto_vda_schedule_info sched_info; member
/openbmc/linux/arch/x86/kvm/
H A Dxen.c448 u64 run_delay = current->sched_info.run_delay; in kvm_xen_update_runstate()
851 vcpu->arch.xen.last_steal = current->sched_info.run_delay; in kvm_xen_vcpu_set_attr()
H A Dx86.c3606 steal += current->sched_info.run_delay - in record_steal_time()
3608 vcpu->arch.st.last_steal = current->sched_info.run_delay; in record_steal_time()
/openbmc/linux/fs/proc/
H A Dbase.c519 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
520 task->sched_info.pcount); in proc_pid_schedstat()