Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/net/sched/
Dsch_pie.c30 psched_time_t target; /* user specified target delay in pschedtime */
42 psched_time_t burst_time;
43 psched_time_t qdelay;
44 psched_time_t qdelay_old;
46 psched_time_t dq_tstamp; /* drain rate */
292 psched_time_t now = psched_get_time(); in pie_process_dequeue()
334 psched_time_t qdelay = 0; /* in pschedtime */ in calculate_probability()
335 psched_time_t qdelay_old = q->vars.qdelay; /* in pschedtime */ in calculate_probability()
Dsch_cbq.c114 psched_time_t last; /* Last end of service */
115 psched_time_t undertime;
118 psched_time_t penalized;
149 psched_time_t now; /* Cached timestamp */
347 psched_time_t now = psched_get_time(); in cbq_mark_toplevel()
445 psched_time_t now) in cbq_undelay_prio()
449 psched_time_t sched = now; in cbq_undelay_prio()
484 psched_time_t now; in cbq_undelay()
556 psched_time_t now; in cbq_update()
804 psched_time_t now; in cbq_dequeue()