Lines Matching refs:undertime
127 psched_time_t undertime; member
360 if (cl->undertime < now) { in cbq_mark_toplevel()
412 psched_tdiff_t delay = cl->undertime - q->now; in cbq_ovl_classic()
430 cl->undertime = q->now + delay; in cbq_ovl_classic()
447 delay = b->undertime - q->now; in cbq_ovl_classic()
485 psched_tdiff_t delay = cl->undertime - q->now; in cbq_ovl_delay()
500 cl->undertime = q->now + delay; in cbq_ovl_delay()
678 if (borrowed->undertime == PSCHED_PASTPERFECT) { in cbq_update_toplevel()
765 cl->undertime = now + idle; in cbq_update()
769 cl->undertime = PSCHED_PASTPERFECT; in cbq_update()
791 if (cl->undertime == PSCHED_PASTPERFECT || q->now >= cl->undertime) { in cbq_under_limit()
815 } while (cl->undertime != PSCHED_PASTPERFECT && q->now < cl->undertime); in cbq_under_limit()
986 q->link.undertime == PSCHED_PASTPERFECT) in cbq_dequeue()
990 q->link.undertime = PSCHED_PASTPERFECT; in cbq_dequeue()
1219 cl->undertime = PSCHED_PASTPERFECT; in cbq_reset()
1598 cl->xstats.undertime = 0; in cbq_dump_class_stats()
1600 if (cl->undertime != PSCHED_PASTPERFECT) in cbq_dump_class_stats()
1601 cl->xstats.undertime = cl->undertime - q->now; in cbq_dump_class_stats()