Searched refs:LST_NODE_ACTIVE (Results 1 – 3 of 3) sorted by relevance
50 if ((nd)->nd_state == LST_NODE_ACTIVE) \350 if (nd->nd_state == LST_NODE_ACTIVE) in lstcon_sesrpc_condition()355 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_sesrpc_condition()638 args = (LST_NODE_ACTIVE | LST_NODE_BUSY | in lstcon_group_clean()998 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1003 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1155 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_testrpc_condition()1263 if (ndl->ndl_node->nd_state == LST_NODE_ACTIVE) in lstcon_verify_group()1956 ndl->ndl_node->nd_state = LST_NODE_ACTIVE; in lstcon_acceptor_handle()
415 nd->nd_state = LST_NODE_ACTIVE; in lstcon_rpc_get_reply()1206 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()1247 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()
83 #define LST_NODE_ACTIVE 0x1 /* node in this session */ macro