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.h265 struct calllist_s *call_next; /* hash chain, MUST BE FIRST */ member
298 (e)->call_next = ctp->ct_call_next; \
310 (e)->call_prev->call_next = (e)->call_next; \
311 (e)->call_next->call_prev = (e)->call_prev; \
322 cp = cp->call_next) { \
H A Dclnt_cots.c3294 e->call_prev->call_next = e->call_next; in connmgr_connect()
3296 clnt_pending = e->call_next; in connmgr_connect()
3297 if (e->call_next) in connmgr_connect()
3298 e->call_next->call_prev = e->call_prev; in connmgr_connect()
3463 e->call_prev->call_next = e->call_next; in connmgr_getopt_int()
3465 clnt_pending = e->call_next; in connmgr_getopt_int()
3466 if (e->call_next) in connmgr_getopt_int()
3467 e->call_next->call_prev = e->call_prev; in connmgr_getopt_int()
3555 e->call_prev->call_next = e->call_next; in connmgr_setopt_int()
3557 clnt_pending = e->call_next; in connmgr_setopt_int()
[all …]
H A Dclnt_clts.c414 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()