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);
918 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument940 } else if (maxpps < 0) { in ppsratecheck()942 } else if (*curpps < maxpps) { in ppsratecheck()
229 int ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);