Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_cots.c355 #define CKU_ONQUEUE 0x1 macro
749 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kdestroy()
849 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kcallit()
853 p->cku_flags &= ~CKU_ONQUEUE; in clnt_cots_kcallit()
1003 } else if ((p->cku_flags & CKU_SENT) && (p->cku_flags & CKU_ONQUEUE) && in clnt_cots_kcallit()
1108 (p->cku_flags & CKU_ONQUEUE)); in clnt_cots_kcallit()
1153 p->cku_flags = (CKU_ONQUEUE|CKU_SENT); in clnt_cots_kcallit()
1311 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kcallit()
1313 p->cku_flags &= ~CKU_ONQUEUE; in clnt_cots_kcallit()
1406 if (p->cku_flags & CKU_ONQUEUE) { in clnt_cots_kcallit()
[all …]