Searched refs:maxpps (Results 1 – 4 of 4) sorted by relevance
423 _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in _audit_ppsratecheck() argument445 } else if (maxpps < 0) { in _audit_ppsratecheck()447 } else if (*curpps < maxpps) { in _audit_ppsratecheck()
307 int _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);
871 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument893 } else if (maxpps < 0) { in ppsratecheck()895 } else if (*curpps < maxpps) { in ppsratecheck()
227 int ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);