Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_glue.c159 int64_t sched_time ; /* current time when queue enters ready_heap */ member
183 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member
224 int64_t sched_time ; /* current time when queue enters ready_heap */ member
250 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member
H A Dip_dn_io.c631 si->credit += (now - si->sched_time) * bw; in serve_sched()
634 si->sched_time = now; in serve_sched()
964 si->sched_time = V_dn_cfg.curr_time; in dummynet_io()
H A Dip_dn_private.h312 uint64_t sched_time; /* time link was scheduled in ready_heap */ member