Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h264 struct calllist_s *call_next; /* hash chain, MUST BE FIRST */ member
297 (e)->call_next = ctp->ct_call_next; \
309 (e)->call_prev->call_next = (e)->call_next; \
310 (e)->call_next->call_prev = (e)->call_prev; \
321 cp = cp->call_next) { \
H A Dclnt_cots.c2736 e->call_prev->call_next = e->call_next; in connmgr_connect()
2738 clnt_pending = e->call_next; in connmgr_connect()
2739 if (e->call_next) in connmgr_connect()
2740 e->call_next->call_prev = e->call_prev; in connmgr_connect()
2905 e->call_prev->call_next = e->call_next; in connmgr_getopt_int()
2907 clnt_pending = e->call_next; in connmgr_getopt_int()
2908 if (e->call_next) in connmgr_getopt_int()
2909 e->call_next->call_prev = e->call_prev; in connmgr_getopt_int()
2997 e->call_prev->call_next = e->call_next; in connmgr_setopt_int()
2999 clnt_pending = e->call_next; in connmgr_setopt_int()
[all …]
H A Dclnt_clts.c409 p->cku_call.call_next = NULL; in clnt_clts_kinit()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6473 uint64_t call_next; in ztest_thread() local
6497 call_next = zc->zc_next; in ztest_thread()
6499 if (now >= call_next && in ztest_thread()
6500 atomic_cas_64(&zc->zc_next, call_next, call_next + in ztest_thread()
6501 ztest_random(2 * zi->zi_interval[0] + 1)) == call_next) { in ztest_thread()