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

/darwin-on-arm/xnu/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.c303 microuptime(&rp->red_last);
344 t = (now.tv_sec - rp->red_last.tv_sec);
352 t = t * 1000000 + (now.tv_usec - rp->red_last.tv_usec);
479 microuptime(&rp->red_last);

Completed in 22 milliseconds