Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dratectrl.c161 static int ChtGran = -1; variable
236 if (ChtGran < 0)
238 if (ChtGran <= 0)
239 ChtGran = 10;
241 ticks = now / ChtGran;
415 cnt, CHTSIZE, ChtGran);
444 if (ChtGran < 0)
446 if (ChtGran == 0)
447 ChtGran = 10;
448 ticks = now / ChtGran;
[all …]