Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dstats.h209 if (!t->sched_info.last_queued) in sched_info_dequeue()
213 t->sched_info.last_queued = 0; in sched_info_dequeue()
214 t->sched_info.run_delay += delta; in sched_info_dequeue()
228 if (!t->sched_info.last_queued) in sched_info_arrive()
232 delta = now - t->sched_info.last_queued; in sched_info_arrive()
233 t->sched_info.last_queued = 0; in sched_info_arrive()
234 t->sched_info.run_delay += delta; in sched_info_arrive()
235 t->sched_info.last_arrival = now; in sched_info_arrive()
236 t->sched_info.pcount++; in sched_info_arrive()
248 if (!t->sched_info.last_queued) in sched_info_enqueue()
[all …]
A Dsched.h1112 struct sched_info rq_sched_info;
A Dcore.c4706 memset(&p->sched_info, 0, sizeof(p->sched_info)); in sched_fork()
/linux-6.3-rc2/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-6.3-rc2/kernel/
A Ddelayacct.c151 t1 = tsk->sched_info.pcount; in delayacct_add_tsk()
152 t2 = tsk->sched_info.run_delay; in delayacct_add_tsk()
/linux-6.3-rc2/include/linux/
A Dsched.h372 struct sched_info { struct
862 struct sched_info sched_info; member
/linux-6.3-rc2/drivers/scsi/esas2r/
A Datioctl.h1129 struct atto_vda_schedule_info sched_info; member
A Datvda.h1305 struct atto_vda_schedule_info sched_info; member
/linux-6.3-rc2/arch/x86/kvm/
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()
A Dx86.c3558 steal += current->sched_info.run_delay - in record_steal_time()
3560 vcpu->arch.st.last_steal = current->sched_info.run_delay; in record_steal_time()
/linux-6.3-rc2/fs/proc/
A Dbase.c483 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
484 task->sched_info.pcount); in proc_pid_schedstat()

Completed in 86 milliseconds