Searched refs:CurrentLA (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | conf.c | 2183 CurrentLA = getla(); in sm_getla() 2184 (void) sm_snprintf(labuf, sizeof(labuf), "%d", CurrentLA); in sm_getla() 2221 CurrentLA, pri); 2234 if (CurrentLA < QueueLA) 2240 rval = pri > (QueueFactor / (CurrentLA - QueueLA + 1)); 2332 if (limit > 0 && CurrentLA >= limit) 2339 CurrentLA); 2342 Daemons[dn].d_name, CurrentLA); 2362 if (limit > 0 && CurrentLA >= limit) 2371 CurrentLA, limit); [all …]
|
| H A D | srvrsmtp.c | 752 if (DelayLA > 0 && (CurrentLA = getla()) >= DelayLA) \ 764 cmd, CurrentLA, DelayLA); \
|
| H A D | sendmail.h | 2435 EXTERN int CurrentLA; /* current load average */ variable
|
| H A D | queue.c | 1824 CurrentLA, sequenceno,
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 9922 Reset CurrentLA in sendall() -- this makes sendmail queue
|