Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c359 uint_t cku_flags; member
753 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kdestroy()
851 p->cku_flags &= ~CKU_SENT; in clnt_cots_kcallit()
853 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kcallit()
857 p->cku_flags &= ~CKU_ONQUEUE; in clnt_cots_kcallit()
870 } else if (p->cku_flags & CKU_SENT) { in clnt_cots_kcallit()
883 RPCLOG(64, " flags = 0x%x\n", p->cku_flags); in clnt_cots_kcallit()
1003 if ((p->cku_flags & CKU_SENT) == 0 || in clnt_cots_kcallit()
1007 } else if ((p->cku_flags & CKU_SENT) && (p->cku_flags & CKU_ONQUEUE) && in clnt_cots_kcallit()
1116 (p->cku_flags & CKU_ONQUEUE)); in clnt_cots_kcallit()
[all …]