Home
last modified time | relevance | path

Searched refs:last_queued (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dstats.h250 if (!t->sched_info.last_queued) in sched_info_dequeue()
253 delta = rq_clock(rq) - t->sched_info.last_queued; in sched_info_dequeue()
254 t->sched_info.last_queued = 0; in sched_info_dequeue()
272 if (!t->sched_info.last_queued) in sched_info_arrive()
276 delta = now - t->sched_info.last_queued; in sched_info_arrive()
277 t->sched_info.last_queued = 0; in sched_info_arrive()
296 if (!t->sched_info.last_queued) in sched_info_enqueue()
297 t->sched_info.last_queued = rq_clock(rq); in sched_info_enqueue()
/linux/include/linux/
H A Dsched.h436 unsigned long long last_queued; member