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()
235 LASSERT(!the_lnet.ln_shutdown); in lnet_find_net_locked()366 LASSERT(!the_lnet.ln_shutdown); in lnet_add_route()1546 if (the_lnet.ln_shutdown) { in lnet_notify()
922 LASSERT(!the_lnet.ln_shutdown); in lnet_shutdown_lndnis()927 the_lnet.ln_shutdown = 1; /* flag shutdown */ in lnet_shutdown_lndnis()1019 the_lnet.ln_shutdown = 0; in lnet_shutdown_lndnis()
1209 if (the_lnet.ln_shutdown) { in lnet_send()
743 int ln_shutdown; member