Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c1360 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()
Drouter_proc.c621 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()
Dlib-move.c880 rbp = &the_lnet.ln_rtrpools[cpt][0]; in lnet_msg2bufpool()
885 LASSERT(rbp < &the_lnet.ln_rtrpools[cpt][LNET_NRBPOOLS]); in lnet_msg2bufpool()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h718 lnet_rtrbufpool_t **ln_rtrpools; member