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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.h131 struct timeval red_last; /* time when the queue becomes idle */ member in struct:red
H A Dclassq_red.c312 microuptime(&rp->red_last);
356 t = (now.tv_sec - rp->red_last.tv_sec);
364 t = t * 1000000 + (now.tv_usec - rp->red_last.tv_usec);
494 microuptime(&rp->red_last);

Completed in 17 milliseconds