Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c794 int len, waitsecs, max_waitsecs; in clnt_cots_kcallit() local
1115 waitsecs = 0; in clnt_cots_kcallit()
1128 if ((waitsecs++ < max_waitsecs) && in clnt_cots_kcallit()
1151 if (waitsecs) { in clnt_cots_kcallit()
1153 wait.tv_sec -= waitsecs; in clnt_cots_kcallit()
1159 int, waitsecs); in clnt_cots_kcallit()