Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dpkt_sched.h47 typedef u64 psched_time_t; typedef
58 static inline psched_time_t psched_get_time(void) in psched_get_time()
64 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded()
81 psched_time_t expires) in qdisc_watchdog_schedule()
/Linux-v4.19/net/sched/
Dsch_pie.c41 psched_time_t target; /* user specified target delay in pschedtime */
53 psched_time_t burst_time;
54 psched_time_t qdelay;
55 psched_time_t qdelay_old;
57 psched_time_t dq_tstamp; /* drain rate */
276 psched_time_t now = psched_get_time(); in pie_process_dequeue()
318 psched_time_t qdelay = 0; /* in pschedtime */ in calculate_probability()
319 psched_time_t qdelay_old = q->vars.qdelay; /* in pschedtime */ in calculate_probability()
Dsch_cbq.c119 psched_time_t last; /* Last end of service */
120 psched_time_t undertime;
123 psched_time_t penalized;
154 psched_time_t now; /* Cached timestamp */
352 psched_time_t now = psched_get_time(); in cbq_mark_toplevel()
450 psched_time_t now) in cbq_undelay_prio()
454 psched_time_t sched = now; in cbq_undelay_prio()
489 psched_time_t now; in cbq_undelay()
561 psched_time_t now; in cbq_update()
809 psched_time_t now; in cbq_dequeue()