Home | History | Annotate | Download | only in netinet

Lines Matching refs:MSEC_TO_TICKS

638 #define MSEC_TO_TICKS(x) ((hz == 1000) ? x : ((((x) * hz) + 999) / 1000))