Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Dstats.h168 t->sched_info.last_queued = 0; in sched_info_reset_dequeued()
182 if (t->sched_info.last_queued) in sched_info_dequeued()
183 delta = now - t->sched_info.last_queued; in sched_info_dequeued()
186 t->sched_info.run_delay += delta; in sched_info_dequeued()
200 if (t->sched_info.last_queued) in sched_info_arrive()
201 delta = now - t->sched_info.last_queued; in sched_info_arrive()
203 t->sched_info.run_delay += delta; in sched_info_arrive()
204 t->sched_info.last_arrival = now; in sched_info_arrive()
205 t->sched_info.pcount++; in sched_info_arrive()
218 if (!t->sched_info.last_queued) in sched_info_queued()
[all …]
Dsched.h1031 struct sched_info rq_sched_info;
Dcore.c3293 memset(&p->sched_info, 0, sizeof(p->sched_info)); in sched_fork()
/Linux-v5.10/arch/arm64/kvm/
Dpvtime.c28 vcpu->arch.steal.last_steal = READ_ONCE(current->sched_info.run_delay); in kvm_update_stolen_time()
65 vcpu->arch.steal.last_steal = current->sched_info.run_delay; in kvm_init_stolen_time()
/Linux-v5.10/kernel/
Ddelayacct.c107 t1 = tsk->sched_info.pcount; in __delayacct_add_tsk()
108 t2 = tsk->sched_info.run_delay; in __delayacct_add_tsk()
/Linux-v5.10/include/linux/
Dsched.h290 struct sched_info { struct
749 struct sched_info sched_info; member
/Linux-v5.10/drivers/scsi/esas2r/
Datioctl.h1128 struct atto_vda_schedule_info sched_info; member
Datvda.h1305 struct atto_vda_schedule_info sched_info; member
/Linux-v5.10/fs/proc/
Dbase.c483 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
484 task->sched_info.pcount); in proc_pid_schedstat()
/Linux-v5.10/arch/x86/kvm/
Dx86.c2987 st->steal += current->sched_info.run_delay - in record_steal_time()
2989 vcpu->arch.st.last_steal = current->sched_info.run_delay; in record_steal_time()