Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dstats.h245 if (!t->sched_info.last_queued) in sched_info_dequeue()
248 delta = rq_clock(rq) - t->sched_info.last_queued; in sched_info_dequeue()
249 t->sched_info.last_queued = 0; in sched_info_dequeue()
267 if (!t->sched_info.last_queued) in sched_info_arrive()
271 delta = now - t->sched_info.last_queued; in sched_info_arrive()
272 t->sched_info.last_queued = 0; in sched_info_arrive()
291 if (!t->sched_info.last_queued) in sched_info_enqueue()
292 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