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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched.h188 q->q_time = dn_cfg.curr_time;
H A Ddn_sched_fq_codel.h150 si->main_q.q_time = dn_cfg.curr_time;
H A Dip_dn_private.h267 uint64_t q_time; /* start of queue idle time */ member in struct:dn_queue
H A Ddn_aqm_codel.c202 q->q_time = dn_cfg.curr_time;
H A Ddn_sched_fq_pie.c350 si->main_q.q_time = dn_cfg.curr_time;
751 si->main_q.q_time = dn_cfg.curr_time;
H A Ddn_aqm_pie.c319 q->q_time = dn_cfg.curr_time;
H A Ddn_sched_fq_codel.c165 si->main_q.q_time = dn_cfg.curr_time;
H A Dip_dn_glue.c153 u_int32_t q_time; /* start of queue idle time */ member in struct:dn_flow_queue7
287 * q_time from u_int32_t to int64_t and name idle_time
H A Dip_dn_io.c378 u_int t = div64((dn_cfg.curr_time - q->q_time), fs->lookup_step);

Completed in 107 milliseconds