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);
918 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument938 *curpps = 0; in ppsratecheck()942 } else if (*curpps < maxpps) { in ppsratecheck()950 if (*curpps + 1 > 0) { in ppsratecheck()951 *curpps = *curpps + 1; in ppsratecheck()961 *curpps = *curpps + 1; in ppsratecheck()
229 int ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);