Lines Matching refs:undertime
120 psched_time_t undertime; member
355 if (cl->undertime < now) { in cbq_mark_toplevel()
402 psched_tdiff_t delay = cl->undertime - q->now; in cbq_overlimit()
420 cl->undertime = q->now + delay; in cbq_overlimit()
437 delay = b->undertime - q->now; in cbq_overlimit()
540 if (borrowed->undertime == PSCHED_PASTPERFECT) { in cbq_update_toplevel()
627 cl->undertime = now + idle; in cbq_update()
631 cl->undertime = PSCHED_PASTPERFECT; in cbq_update()
653 if (cl->undertime == PSCHED_PASTPERFECT || q->now >= cl->undertime) { in cbq_under_limit()
677 } while (cl->undertime != PSCHED_PASTPERFECT && q->now < cl->undertime); in cbq_under_limit()
847 q->link.undertime == PSCHED_PASTPERFECT) in cbq_dequeue()
851 q->link.undertime = PSCHED_PASTPERFECT; in cbq_dequeue()
1055 cl->undertime = PSCHED_PASTPERFECT; in cbq_reset()
1363 cl->xstats.undertime = 0; in cbq_dump_class_stats()
1365 if (cl->undertime != PSCHED_PASTPERFECT) in cbq_dump_class_stats()
1366 cl->xstats.undertime = cl->undertime - q->now; in cbq_dump_class_stats()