Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dsched.h435 unsigned long long last_queued; member