Searched refs:LST_NODE_ACTIVE (Results 1 – 3 of 3) sorted by relevance
51 if ((nd)->nd_state == LST_NODE_ACTIVE) \351 if (nd->nd_state == LST_NODE_ACTIVE) in lstcon_sesrpc_condition()356 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_sesrpc_condition()639 args = (LST_NODE_ACTIVE | LST_NODE_BUSY | in lstcon_group_clean()999 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1004 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1156 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_testrpc_condition()1265 if (ndl->ndl_node->nd_state == LST_NODE_ACTIVE) in lstcon_verify_group()1959 ndl->ndl_node->nd_state = LST_NODE_ACTIVE; in lstcon_acceptor_handle()
416 nd->nd_state = LST_NODE_ACTIVE; in lstcon_rpc_get_reply()1203 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()1244 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()
88 #define LST_NODE_ACTIVE 0x1 /* node in this session */ macro