Searched refs:CurrentLA (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 2110 CurrentLA = getla(); in sm_getla() 2111 (void) sm_snprintf(labuf, sizeof(labuf), "%d", CurrentLA); in sm_getla() 2148 CurrentLA, pri); 2161 if (CurrentLA < QueueLA) 2167 rval = pri > (QueueFactor / (CurrentLA - QueueLA + 1)); 2259 if (limit > 0 && CurrentLA >= limit) 2266 CurrentLA); 2269 Daemons[dn].d_name, CurrentLA); 2289 if (limit > 0 && CurrentLA >= limit) 2298 CurrentLA, limit); [all …]
|
H A D | srvrsmtp.c | 523 if (DelayLA > 0 && (CurrentLA = getla()) >= DelayLA) \ 535 cmd, CurrentLA, DelayLA); \
|
H A D | sendmail.h | 2261 EXTERN int CurrentLA; /* current load average */ variable
|
H A D | queue.c | 1793 CurrentLA, sequenceno,
|