Searched refs:nd_state (Results 1 – 3 of 3) sorted by relevance
50 if ((nd)->nd_state == LST_NODE_ACTIVE) \52 else if ((nd)->nd_state == LST_NODE_BUSY) \54 else if ((nd)->nd_state == LST_NODE_DOWN) \103 ndl->ndl_node->nd_state = LST_NODE_UNKNOWN; in lstcon_node_find()237 if ((ndl->ndl_node->nd_state & keep) == 0) in lstcon_group_drain()350 if (nd->nd_state == LST_NODE_ACTIVE) in lstcon_sesrpc_condition()355 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_sesrpc_condition()766 &nd->nd_state, sizeof(nd->nd_state))) in lstcon_nodes_getent()998 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()1003 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()[all …]
321 nd->nd_state = LST_NODE_DOWN; in lstcon_rpc_trans_abort()413 nd->nd_state = LST_NODE_UNKNOWN; in lstcon_rpc_get_reply()415 nd->nd_state = LST_NODE_ACTIVE; in lstcon_rpc_get_reply()417 nd->nd_state = LST_NODE_BUSY; in lstcon_rpc_get_reply()513 &nd->nd_state, sizeof(nd->nd_state)) || in lstcon_rpc_trans_interpreter()1206 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()1247 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()
56 int nd_state; /* state of the node */ member