Searched defs:MSEC_TO_TICKS (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_constants.h591 #define MSEC_TO_TICKS(x) ((hz == 1000) ? x : ((((x) * hz) + 999) / 1000)) macro

Completed in 40 milliseconds