Searched refs:curpps (Results 1 – 4 of 4) sorted by relevance
423 _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in _audit_ppsratecheck() argument443 *curpps = 0; in _audit_ppsratecheck()447 } else if (*curpps < maxpps) { in _audit_ppsratecheck()452 if (*curpps + 1 > 0) { in _audit_ppsratecheck()453 *curpps = *curpps + 1; 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() argument891 *curpps = 0; in ppsratecheck()895 } else if (*curpps < maxpps) { in ppsratecheck()903 if (*curpps + 1 > 0) { in ppsratecheck()904 *curpps = *curpps + 1; in ppsratecheck()914 *curpps = *curpps + 1; in ppsratecheck()
227 int ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);