Searched refs:ln_rtrpools (Results 1 – 4 of 4) sorted by relevance
1345 if (the_lnet.ln_rtrpools == NULL) /* uninitialized or freed */ in lnet_rtrpools_free()1348 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_free()1354 cfs_percpt_free(the_lnet.ln_rtrpools); in lnet_rtrpools_free()1355 the_lnet.ln_rtrpools = NULL; in lnet_rtrpools_free()1455 the_lnet.ln_rtrpools = cfs_percpt_alloc(lnet_cpt_table(), in lnet_rtrpools_alloc()1458 if (the_lnet.ln_rtrpools == NULL) { in lnet_rtrpools_alloc()1464 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_alloc()
606 if (the_lnet.ln_rtrpools == NULL) in __proc_lnet_buffers()613 cfs_percpt_for_each(rbp, i, the_lnet.ln_rtrpools) { in __proc_lnet_buffers()
877 rbp = &the_lnet.ln_rtrpools[cpt][0]; in lnet_msg2bufpool()882 LASSERT(rbp < &the_lnet.ln_rtrpools[cpt][LNET_NRBPOOLS]); in lnet_msg2bufpool()
568 lnet_rtrbufpool_t **ln_rtrpools; member