Home
last modified time | relevance | path

Searched refs:curr_time (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_io.c635 dn_tag_get(m)->output_time = dn_cfg.curr_time + s->link.delay ; in serve_sched()
696 dn_cfg.curr_time++; in dummynet_task()
700 dn_cfg.curr_time += diff; in dummynet_task()
705 dn_cfg.curr_time--; in dummynet_task()
716 DN_KEY_LT(dn_cfg.curr_time, HEAP_TOP(&dn_cfg.evheap)->key)) in dummynet_task()
722 serve_sched(&q, (struct dn_sch_inst *)p, dn_cfg.curr_time); in dummynet_task()
724 transmit_event(&q, (struct delay_line *)p, dn_cfg.curr_time); in dummynet_task()
853 dt->output_time = dn_cfg.curr_time; in tag_mbuf()
932 if (si->idle_time < dn_cfg.curr_time) { in dummynet_io()
936 si->sched_time = dn_cfg.curr_time; in dummynet_io()
[all …]
H A Ddn_aqm.h40 #define NOW ((dn_cfg.curr_time * tick) / 1000)
42 #define AQM_UNOW (dn_cfg.curr_time * tick)
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.h135 uint64_t curr_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()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c6615 const uint64_t curr_time = MLX5_CURR_TIME_SEC; in mlx5_flow_aging_check() local
6616 const uint32_t time_delta = curr_time - pool->time_of_last_age_check; in mlx5_flow_aging_check()
6620 pool->time_of_last_age_check = curr_time; in mlx5_flow_aging_check()