Searched refs:LST_NODE_ACTIVE (Results 1 – 3 of 3) sorted by relevance
46 if ((nd)->nd_state == LST_NODE_ACTIVE) \348 if (nd->nd_state == LST_NODE_ACTIVE) in lstcon_sesrpc_condition()353 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_sesrpc_condition()639 args = (LST_NODE_ACTIVE | LST_NODE_BUSY | in lstcon_group_clean()1005 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1010 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1162 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_testrpc_condition()1271 if (ndl->ndl_node->nd_state == LST_NODE_ACTIVE) in lstcon_verify_group()1970 ndl->ndl_node->nd_state = LST_NODE_ACTIVE; in lstcon_acceptor_handle()
415 nd->nd_state = LST_NODE_ACTIVE; in lstcon_rpc_get_reply()1205 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()1246 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()
84 #define LST_NODE_ACTIVE 0x1 /* node in this session */ macro