Home
last modified time | relevance | path

Searched refs:red_last (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_red.c258 microtime(&rp->red_last); in red_alloc()
299 t = (now.tv_sec - rp->red_last.tv_sec); in red_addq()
307 t = t * 1000000 + (now.tv_usec - rp->red_last.tv_usec); in red_addq()
532 microtime(&rp->red_last); in red_getq()
H A Daltq_red.h93 struct timeval red_last; /* time when the queue becomes idle */ member