Searched refs:maxpps (Results 1 – 2 of 2) sorted by relevance
68 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument89 if (maxpps < 0) in ppsratecheck()91 else if (*curpps < maxpps) in ppsratecheck()
5367 ppsratecheck(lasttime, curpps, maxpps) in ppsratecheck() argument5370 int maxpps; /* maximum pps allowed */5397 } else if (maxpps < 0)5399 else if (*curpps < maxpps)