Home
last modified time | relevance | path

Searched refs:q_time (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched.h193 q->q_time = V_dn_cfg.curr_time; in dn_dequeue()
H A Ddn_sched_fq_codel.h149 si->main_q.q_time = V_dn_cfg.curr_time; in fq_codel_extract_head()
H A Dip_dn_private.h261 uint64_t q_time; /* start of queue idle time */ member
H A Ddn_aqm_codel.c204 q->q_time = V_dn_cfg.curr_time; in codel_extract_head()
H A Ddn_sched_fq_pie.c349 si->main_q.q_time = V_dn_cfg.curr_time; in fq_pie_extract_head()
773 si->main_q.q_time = V_dn_cfg.curr_time; in pie_drop_head()
H A Ddn_sched_fq_codel.c166 si->main_q.q_time = V_dn_cfg.curr_time; in codel_drop_head()
H A Ddn_aqm_pie.c340 q->q_time = V_dn_cfg.curr_time; in pie_extract_head()
H A Dip_dn_glue.c154 u_int32_t q_time; /* start of queue idle time */ member
H A Dip_dn_io.c350 u_int t = div64((V_dn_cfg.curr_time - q->q_time), fs->lookup_step); in red_drops()