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

/freebsd-13-stable/sys/net/altq/
H A Daltq_red.h94 struct timeval red_last; /* time when the queue becomes idle */ member in struct:red
H A Daltq_red.c259 microtime(&rp->red_last);
300 t = (now.tv_sec - rp->red_last.tv_sec);
308 t = t * 1000000 + (now.tv_usec - rp->red_last.tv_usec);
535 microtime(&rp->red_last);

Completed in 160 milliseconds