Searched refs:_audit_ppsratecheck (Results 1 – 2 of 2) sorted by relevance
307 int _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);308 #define ppsratecheck(tv, cr, mr) _audit_ppsratecheck(tv, cr, mr)
423 _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in _audit_ppsratecheck() function