Searched refs:CurrentLA (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | conf.c | 2118 CurrentLA = getla(); in sm_getla() 2119 (void) sm_snprintf(labuf, sizeof(labuf), "%d", CurrentLA); in sm_getla() 2156 CurrentLA, pri); 2169 if (CurrentLA < QueueLA) 2175 rval = pri > (QueueFactor / (CurrentLA - QueueLA + 1)); 2267 if (limit > 0 && CurrentLA >= limit) 2274 CurrentLA); 2277 Daemons[dn].d_name, CurrentLA); 2297 if (limit > 0 && CurrentLA >= limit) 2306 CurrentLA, limit); [all …]
|
| H A D | srvrsmtp.c | 692 if (DelayLA > 0 && (CurrentLA = getla()) >= DelayLA) \ 704 cmd, CurrentLA, DelayLA); \
|
| H A D | sendmail.h | 2410 EXTERN int CurrentLA; /* current load average */ variable
|
| H A D | queue.c | 1802 CurrentLA, sequenceno,
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 9804 Reset CurrentLA in sendall() -- this makes sendmail queue
|