Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c160 int64_t sched_time ; /* current time when queue enters ready_heap */ member
184 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member
225 int64_t sched_time ; /* current time when queue enters ready_heap */ member
251 int64_t sched_time ; /* time pipe was scheduled in ready_heap */ member
H A Dip_dn_io.c622 si->credit += (now - si->sched_time) * bw; in serve_sched()
625 si->sched_time = now; in serve_sched()
936 si->sched_time = dn_cfg.curr_time; in dummynet_io()
H A Dip_dn_private.h320 uint64_t sched_time; /* time link was scheduled in ready_heap */ member