#include <sys/time.h> int
tvtohz (struct timeval *tv);
DESCRIPTION
The
tvtohz ();
function accepts a single argument
Fa tv
which specifies the time interval over which to calculate the number
of system ticks that would elapse.
RETURN VALUES
Returns the integral number of system ticks expected to elapse in the given
interval, including the current tick.