Home | History | Annotate | Download | only in netinet

Lines Matching refs:TICKS_TO_MSEC

606 #define TICKS_TO_MSEC(x) ((hz == 1000) ? x : ((((x) * 1000) + (hz - 1)) / hz))