Home
last modified time | relevance | path

Searched refs:minqintvl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c1295 time_t minqintvl; local
1303 minqintvl = 0;
1328 if (minqintvl == 0 || qintvl < minqintvl)
1329 minqintvl = qintvl;
1351 if (minqintvl > 0)
1352 (void) sm_setevent(minqintvl, runqueueevent, 0);
1376 time_t now, minqintvl; in checkqueuerunner() local
1379 minqintvl = 0; in checkqueuerunner()
1392 if (minqintvl == 0 || qintvl < minqintvl) in checkqueuerunner()
1393 minqintvl = qintvl; in checkqueuerunner()
[all …]