Searched refs:pt_hash (Results 1 – 3 of 3) sorted by relevance
71 ptable->pt_hash = hash; /* sign of initialization */ in lnet_peer_tables_create()89 hash = ptable->pt_hash; in lnet_peer_tables_destroy()95 ptable->pt_hash = NULL; in lnet_peer_tables_destroy()119 struct list_head *peers = &ptable->pt_hash[j]; in lnet_peer_tables_cleanup()194 peers = &ptable->pt_hash[lnet_nid2peerhash(nid)]; in lnet_find_peer_locked()296 &ptable->pt_hash[lnet_nid2peerhash(nid)]); in lnet_nid2peer_locked()
489 p = ptable->pt_hash[hash].next; in proc_lnet_peers()491 while (p != &ptable->pt_hash[hash]) { in proc_lnet_peers()501 &ptable->pt_hash[hash]) { in proc_lnet_peers()
486 struct list_head *pt_hash; /* NID->peer hash */ member