Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c361 uint_t cku_flags; member
756 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kdestroy()
854 p->cku_flags &= ~CKU_SENT; in clnt_cots_kcallit()
856 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kcallit()
860 p->cku_flags &= ~CKU_ONQUEUE; in clnt_cots_kcallit()
873 } else if (p->cku_flags & CKU_SENT) { in clnt_cots_kcallit()
886 RPCLOG(64, " flags = 0x%x\n", p->cku_flags); in clnt_cots_kcallit()
1006 if ((p->cku_flags & CKU_SENT) == 0 || in clnt_cots_kcallit()
1010 } else if ((p->cku_flags & CKU_SENT) && (p->cku_flags & CKU_ONQUEUE) && in clnt_cots_kcallit()
1119 (p->cku_flags & CKU_ONQUEUE)); in clnt_cots_kcallit()
[all …]