Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_red.h74 uint64_t q_time; /**< Start of the queue idle time (q_time) */ member
216 time_diff = time - red->q_time; in rte_red_enqueue_empty()
404 red->q_time = time; in rte_red_mark_queue_empty()
H A Drte_red.c79 red->q_time = 0; in rte_red_rt_data_init()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched.h190 q->q_time = dn_cfg.curr_time; in dn_dequeue()
H A Ddn_sched_fq_codel.h150 si->main_q.q_time = dn_cfg.curr_time; in fq_codel_extract_head()
H A Dip_dn_private.h269 uint64_t q_time; /* start of queue idle time */ member
H A Ddn_aqm_codel.c205 q->q_time = dn_cfg.curr_time; in codel_extract_head()
H A Ddn_sched_fq_pie.c350 si->main_q.q_time = dn_cfg.curr_time; in fq_pie_extract_head()
771 si->main_q.q_time = dn_cfg.curr_time; in pie_drop_head()
H A Ddn_sched_fq_codel.c168 si->main_q.q_time = dn_cfg.curr_time; in codel_drop_head()
H A Ddn_aqm_pie.c341 q->q_time = dn_cfg.curr_time; in pie_extract_head()
H A Dip_dn_glue.c155 u_int32_t q_time; /* start of queue idle time */ member
H A Dip_dn_io.c368 u_int t = div64((dn_cfg.curr_time - q->q_time), fs->lookup_step); in red_drops()