Searched refs:ln_shutdown (Results 1 – 6 of 6) sorted by relevance
113 LASSERT(the_lnet.ln_shutdown); /* i.e. no new peers */ in lnet_peer_tables_cleanup()192 LASSERT(!the_lnet.ln_shutdown); in lnet_find_peer_locked()215 if (the_lnet.ln_shutdown) /* it's shutting down */ in lnet_nid2peer_locked()273 if (the_lnet.ln_shutdown) { in lnet_nid2peer_locked()
560 if (the_lnet.ln_shutdown) { in lnet_ptl_match_md()918 if (the_lnet.ln_shutdown) in LNetClearLazyPortal()
223 LASSERT(!the_lnet.ln_shutdown); in lnet_find_net_locked()354 LASSERT(!the_lnet.ln_shutdown); in lnet_add_route()1531 if (the_lnet.ln_shutdown) { in lnet_notify()
849 LASSERT(!the_lnet.ln_shutdown); in lnet_shutdown_lndnis()854 the_lnet.ln_shutdown = 1; /* flag shutdown */ in lnet_shutdown_lndnis()946 the_lnet.ln_shutdown = 0; in lnet_shutdown_lndnis()
1206 if (the_lnet.ln_shutdown) { in lnet_send()
594 int ln_shutdown; member