Searched refs:eventratecheck (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | time.h | 578 int eventratecheck(struct timeval *, int *, int); 579 #define ppsratecheck(t, c, m) eventratecheck(t, c, m)
|
/freebsd/sys/kern/ |
H A D | vfs_mountroot.c | 986 eventratecheck(&lastfail, &curfail, 1); in vfs_mountroot_wait() 995 if (eventratecheck(&lastfail, &curfail, 1)) { in vfs_mountroot_wait()
|
H A D | kern_time.c | 1152 eventratecheck(struct timeval *lasttime, int *cureps, int maxeps) in eventratecheck() function
|