Searched refs:pt_deathrow (Results 1 – 2 of 2) sorted by relevance
59 INIT_LIST_HEAD(&ptable->pt_deathrow); in lnet_peer_tables_create()93 LASSERT(list_empty(&ptable->pt_deathrow)); in lnet_peer_tables_destroy()152 list_splice_init(&ptable->pt_deathrow, &deathrow); in lnet_peer_tables_cleanup()183 list_add(&lp->lp_hashlist, &ptable->pt_deathrow); in lnet_destroy_peer_locked()228 if (!list_empty(&ptable->pt_deathrow)) { in lnet_nid2peer_locked()229 lp = list_entry(ptable->pt_deathrow.next, in lnet_nid2peer_locked()303 list_add(&lp->lp_hashlist, &ptable->pt_deathrow); in lnet_nid2peer_locked()
485 struct list_head pt_deathrow; /* zombie peers */ member