Searched refs:lp_hashlist (Results 1 – 3 of 3) sorted by relevance
124 lp_hashlist); in lnet_peer_tables_cleanup()125 list_del_init(&lp->lp_hashlist); in lnet_peer_tables_cleanup()158 lnet_peer_t, lp_hashlist); in lnet_peer_tables_cleanup()159 list_del(&lp->lp_hashlist); in lnet_peer_tables_cleanup()173 LASSERT(list_empty(&lp->lp_hashlist)); in lnet_destroy_peer_locked()183 list_add(&lp->lp_hashlist, &ptable->pt_deathrow); in lnet_destroy_peer_locked()195 list_for_each_entry(lp, peers, lp_hashlist) { in lnet_find_peer_locked()230 lnet_peer_t, lp_hashlist); in lnet_nid2peer_locked()231 list_del(&lp->lp_hashlist); in lnet_nid2peer_locked()295 list_add_tail(&lp->lp_hashlist, in lnet_nid2peer_locked()[all …]
493 lp_hashlist); in proc_lnet_peers()500 if (lp->lp_hashlist.next == in proc_lnet_peers()512 p = lp->lp_hashlist.next; in proc_lnet_peers()
445 struct list_head lp_hashlist; /* chain on peer hash */ member