Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dstats.h241 if (!t->sched_info.last_queued) in sched_info_dequeue()
244 delta = rq_clock(rq) - t->sched_info.last_queued; in sched_info_dequeue()
245 t->sched_info.last_queued = 0; in sched_info_dequeue()
260 if (!t->sched_info.last_queued) in sched_info_arrive()
264 delta = now - t->sched_info.last_queued; in sched_info_arrive()
265 t->sched_info.last_queued = 0; in sched_info_arrive()
280 if (!t->sched_info.last_queued) in sched_info_enqueue()
281 t->sched_info.last_queued = rq_clock(rq); in sched_info_enqueue()
/linux/include/linux/
H A Dsched.h407 unsigned long long last_queued; member