int
mstohz(
int ms
)
This function is implemented as a define in the <sys/param.h> header. Individual ports can have a processor-specific, more efficient version implemented in their <machine/param.h> header as a define.
)
function does not make use of expensive 64-bit integer arithmetic, so
the result will be rounded down to one second if the parameter is larger
than 131072 milliseconds.