HomeSort by: relevance | last modified time | path
    Searched refs:red_last (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/altq/
altq_red.h 154 struct timeval red_last; /* time when the queue becomes idle */ member in struct:red
altq_red.h 154 struct timeval red_last; /* time when the queue becomes idle */ member in struct:red
altq_red.c 311 microtime(&rp->red_last);
376 t = (now.tv_sec - rp->red_last.tv_sec);
384 t = t * 1000000 + (now.tv_usec - rp->red_last.tv_usec);
629 microtime(&rp->red_last);
altq_red.c 311 microtime(&rp->red_last);
376 t = (now.tv_sec - rp->red_last.tv_sec);
384 t = t * 1000000 + (now.tv_usec - rp->red_last.tv_usec);
629 microtime(&rp->red_last);

Completed in 24 milliseconds