Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Drpcmod.c300 #define RM_CLOSING 0x1 /* somebody is trying to close slot */ macro
641 rmp->rm_state |= RM_CLOSING; in rpcmodclose()
732 if (rmp->rm_state & RM_CLOSING) { in rpcmodrput()
869 if (canputnext(q) || (rmp->rm_state & RM_CLOSING)) { in rpcmodwput()
969 if (rmp->rm_ref == 0 && (rmp->rm_state & RM_CLOSING)) { in rpcmod_release()