Lines Matching refs:undertime
115 psched_time_t undertime; member
350 if (cl->undertime < now) { in cbq_mark_toplevel()
397 psched_tdiff_t delay = cl->undertime - q->now; in cbq_overlimit()
415 cl->undertime = q->now + delay; in cbq_overlimit()
432 delay = b->undertime - q->now; in cbq_overlimit()
535 if (borrowed->undertime == PSCHED_PASTPERFECT) { in cbq_update_toplevel()
622 cl->undertime = now + idle; in cbq_update()
626 cl->undertime = PSCHED_PASTPERFECT; in cbq_update()
648 if (cl->undertime == PSCHED_PASTPERFECT || q->now >= cl->undertime) { in cbq_under_limit()
672 } while (cl->undertime != PSCHED_PASTPERFECT && q->now < cl->undertime); in cbq_under_limit()
842 q->link.undertime == PSCHED_PASTPERFECT) in cbq_dequeue()
846 q->link.undertime = PSCHED_PASTPERFECT; in cbq_dequeue()
1050 cl->undertime = PSCHED_PASTPERFECT; in cbq_reset()
1381 cl->xstats.undertime = 0; in cbq_dump_class_stats()
1384 if (cl->undertime != PSCHED_PASTPERFECT) in cbq_dump_class_stats()
1385 cl->xstats.undertime = cl->undertime - q->now; in cbq_dump_class_stats()