Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c418 static int clnt_delay(clock_t, bool_t);
1133 if (clnt_delay(drv_usectohz(1000000), in clnt_cots_kcallit()
1533 if (clnt_delay(ticks, h->cl_nosignal) == EINTR) { in clnt_cots_kcallit()
1691 clnt_delay(clock_t ticks, bool_t nosignal) in clnt_delay() function