Searched refs:sched_time (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c160 int64_t sched_time ; /* current time when queue enters ready_heap */ member in struct:dn_flow_queue7
184 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member in struct:dn_pipe7
225 int64_t sched_time ; /* current time when queue enters ready_heap */ member in struct:dn_flow_queue8
251 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member in struct:dn_pipe8
H A Dip_dn_private.h322 uint64_t sched_time; /* time link was scheduled in ready_heap */ member in struct:dn_sch_inst
H A Dip_dn_io.c605 si->credit += (now - si->sched_time) * bw;
608 si->sched_time = now;
922 si->sched_time = V_dn_cfg.curr_time;

Completed in 113 milliseconds