Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c50 if ((nd)->nd_state == LST_NODE_ACTIVE) \
350 if (nd->nd_state == LST_NODE_ACTIVE) in lstcon_sesrpc_condition()
355 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_sesrpc_condition()
638 args = (LST_NODE_ACTIVE | LST_NODE_BUSY | in lstcon_group_clean()
998 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()
1003 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_batrpc_condition()
1155 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_testrpc_condition()
1263 if (ndl->ndl_node->nd_state == LST_NODE_ACTIVE) in lstcon_verify_group()
1956 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()
1206 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()
1247 if (nd->nd_state != LST_NODE_ACTIVE) in lstcon_rpc_pinger()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h83 #define LST_NODE_ACTIVE 0x1 /* node in this session */ macro