Searched refs:qinc (Results 1 – 1 of 1) sorted by relevance
1098 uint32_t qinc, qnew; in _asl_send_message() local1107 qinc = QUOTA_MPH; in _asl_send_message()1108 if (delta < (QUOTA_MPH / QUOTA_MPS)) qinc = delta * QUOTA_MPS; in _asl_send_message()1110 qnew = MIN(QUOTA_MPH, qcurr + qinc); in _asl_send_message()