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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c158 int64_t sched_time ; /* current time when queue enters ready_heap */ member in struct:dn_flow_queue7
182 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member in struct:dn_pipe7
224 int64_t sched_time ; /* current time when queue enters ready_heap */ member in struct:dn_flow_queue8
250 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member in struct:dn_pipe8
H A Dip_dn_private.h318 uint64_t sched_time; /* time link was scheduled in ready_heap */ member in struct:dn_sch_inst
H A Dip_dn_io.c593 si->credit += (now - si->sched_time) * bw;
596 si->sched_time = now;
896 si->sched_time = dn_cfg.curr_time;

Completed in 59 milliseconds