Searched refs:nd_state (Results 1 – 3 of 3) sorted by relevance
51 if ((nd)->nd_state == LST_NODE_ACTIVE) \53 else if ((nd)->nd_state == LST_NODE_BUSY) \55 else if ((nd)->nd_state == LST_NODE_DOWN) \104 ndl->ndl_node->nd_state = LST_NODE_UNKNOWN; in lstcon_node_find()238 if ((ndl->ndl_node->nd_state & keep) == 0) in lstcon_group_drain()351 if (nd->nd_state == LST_NODE_ACTIVE) in lstcon_sesrpc_condition()356 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_sesrpc_condition()767 &nd->nd_state, sizeof(nd->nd_state))) in lstcon_nodes_getent()999 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1004 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()[all …]
322 nd->nd_state = LST_NODE_DOWN; in lstcon_rpc_trans_abort()414 nd->nd_state = LST_NODE_UNKNOWN; in lstcon_rpc_get_reply()416 nd->nd_state = LST_NODE_ACTIVE; in lstcon_rpc_get_reply()418 nd->nd_state = LST_NODE_BUSY; in lstcon_rpc_get_reply()514 &nd->nd_state, sizeof(nd->nd_state)) || in lstcon_rpc_trans_interpreter()1203 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()1244 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()
57 int nd_state; /* state of the node */ member