Home
last modified time | relevance | path

Searched refs:ln_peer_tables (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dpeer.c51 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 …]
Drouter_proc.c462 ptable = the_lnet.ln_peer_tables[cpt]; in proc_lnet_peers()
Drouter.c1536 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/
Dlib-types.h546 struct lnet_peer_table **ln_peer_tables; member