Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ypcmd/
H A Dyppush.c76 #define MIN_GRACE 25 /* select timeout and minimum grace */ macro
706 if (grace_period < MIN_GRACE)
707 grace_period = MIN_GRACE;
821 switch (pollret = poll(pollset, npollfds, MIN_GRACE * 1000)) {