Searched refs:ln_rtrpools (Results 1 – 4 of 4) sorted by relevance
1360 if (the_lnet.ln_rtrpools == NULL) /* uninitialized or freed */ in lnet_rtrpools_free()1363 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_free()1369 cfs_percpt_free(the_lnet.ln_rtrpools); in lnet_rtrpools_free()1370 the_lnet.ln_rtrpools = NULL; in lnet_rtrpools_free()1470 the_lnet.ln_rtrpools = cfs_percpt_alloc(lnet_cpt_table(), in lnet_rtrpools_alloc()1473 if (the_lnet.ln_rtrpools == NULL) { in lnet_rtrpools_alloc()1479 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_alloc()
621 if (the_lnet.ln_rtrpools == NULL) in __proc_lnet_buffers()628 cfs_percpt_for_each(rbp, i, the_lnet.ln_rtrpools) { in __proc_lnet_buffers()
880 rbp = &the_lnet.ln_rtrpools[cpt][0]; in lnet_msg2bufpool()885 LASSERT(rbp < &the_lnet.ln_rtrpools[cpt][LNET_NRBPOOLS]); in lnet_msg2bufpool()
718 lnet_rtrbufpool_t **ln_rtrpools; member