Home
last modified time | relevance | path

Searched refs:mininterval (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.121.3/bsd/sys/
H A Dtime.h228 int ratecheck(struct timeval *lasttime, const struct timeval *mininterval);
/xnu-10063.121.3/bsd/kern/
H A Dkern_time.c892 ratecheck(struct timeval *lasttime, const struct timeval *mininterval) in ratecheck() argument
905 if (timevalcmp(&delta, mininterval, >=) || in ratecheck()