Home
last modified time | relevance | path

Searched refs:undertime (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
A Dsch_cbq.c115 psched_time_t undertime; member
350 if (cl->undertime < now) { in cbq_mark_toplevel()
415 cl->undertime = q->now + delay; in cbq_overlimit()
432 delay = b->undertime - q->now; in cbq_overlimit()
621 cl->undertime = now + idle; in cbq_update()
625 cl->undertime = PSCHED_PASTPERFECT; in cbq_update()
647 if (cl->undertime == PSCHED_PASTPERFECT || q->now >= cl->undertime) { in cbq_under_limit()
671 } while (cl->undertime != PSCHED_PASTPERFECT && q->now < cl->undertime); in cbq_under_limit()
1049 cl->undertime = PSCHED_PASTPERFECT; in cbq_reset()
1380 cl->xstats.undertime = 0; in cbq_dump_class_stats()
[all …]
/linux/tools/include/uapi/linux/
A Dpkt_sched.h523 __s32 undertime; member
/linux/include/uapi/linux/
A Dpkt_sched.h543 __s32 undertime; member

Completed in 18 milliseconds