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.c46 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()
Dconrpc.c415 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()
/drivers/staging/lustre/include/uapi/linux/lnet/
Dlnetst.h84 #define LST_NODE_ACTIVE 0x1 /* node in this session */ macro