Home
last modified time | relevance | path

Searched refs:LST_NODE_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
Dconsole.c51 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()
Dconrpc.c416 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()
/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h88 #define LST_NODE_ACTIVE 0x1 /* node in this session */ macro