Searched defs:clnt_cots_min_tout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c483 int clnt_cots_min_tout = CLNT_MIN_TIMEOUT; variable
994 ticks = clnt_cots_min_tout * drv_usectohz(1000000);
1124 max_waitsecs = wait.tv_sec ? wait.tv_sec : clnt_cots_min_tout;
1231 * before time expired, delay up to clnt_cots_min_tout
1243 ticks = clnt_cots_min_tout *

Completed in 70 milliseconds