Searched refs:LNET_RC_STATE_STOPPING (Results 1 – 2 of 2) sorted by relevance
1075 the_lnet.ln_rc_state = LNET_RC_STATE_STOPPING; in lnet_router_checker_stop()1224 LASSERT(the_lnet.ln_rc_state == LNET_RC_STATE_STOPPING); in lnet_router_checker()1623 if (the_lnet.ln_rc_state == LNET_RC_STATE_STOPPING) in lnet_router_checker()1648 if (the_lnet.ln_rc_state == LNET_RC_STATE_STOPPING) { in lnet_router_checker()
665 #define LNET_RC_STATE_STOPPING 2 /* telling thread to stop */ macro