Searched refs:CurrentLA (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 2187 CurrentLA = getla(); in sm_getla() 2188 (void) sm_snprintf(labuf, sizeof(labuf), "%d", CurrentLA); in sm_getla() 2225 CurrentLA, pri); 2238 if (CurrentLA < QueueLA) 2244 rval = pri > (QueueFactor / (CurrentLA - QueueLA + 1)); 2335 if (limit > 0 && CurrentLA >= limit) 2342 CurrentLA); 2345 Daemons[dn].d_name, CurrentLA); 2365 if (limit > 0 && CurrentLA >= limit) 2374 CurrentLA, limit); [all …]
|
H A D | srvrsmtp.c | 885 if (DelayLA > 0 && (CurrentLA = getla()) >= DelayLA) \ 897 cmd, CurrentLA, DelayLA); \
|
H A D | sendmail.h | 2583 EXTERN int CurrentLA; /* current load average */ variable
|
H A D | queue.c | 1862 CurrentLA, sequenceno,
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 10220 Reset CurrentLA in sendall() -- this makes sendmail queue
|