Searched refs:ln_peer_tables (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | peer.c | 51 the_lnet.ln_peer_tables = cfs_percpt_alloc(lnet_cpt_table(), in lnet_peer_tables_create() 53 if (the_lnet.ln_peer_tables == NULL) { in lnet_peer_tables_create() 58 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) { in lnet_peer_tables_create() 85 if (the_lnet.ln_peer_tables == NULL) in lnet_peer_tables_destroy() 88 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) { in lnet_peer_tables_destroy() 102 cfs_percpt_free(the_lnet.ln_peer_tables); in lnet_peer_tables_destroy() 103 the_lnet.ln_peer_tables = NULL; in lnet_peer_tables_destroy() 115 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) { in lnet_peer_tables_cleanup() 134 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) { in lnet_peer_tables_cleanup() 176 ptable = the_lnet.ln_peer_tables[lp->lp_cpt]; in lnet_destroy_peer_locked() [all …]
|
D | router_proc.c | 462 ptable = the_lnet.ln_peer_tables[cpt]; in proc_lnet_peers()
|
D | router.c | 1536 lp = lnet_find_peer_locked(the_lnet.ln_peer_tables[cpt], nid); in lnet_notify()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 546 struct lnet_peer_table **ln_peer_tables; member
|