Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Drouter.c1345 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()
Drouter_proc.c606 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()
Dlib-move.c877 rbp = &the_lnet.ln_rtrpools[cpt][0]; in lnet_msg2bufpool()
882 LASSERT(rbp < &the_lnet.ln_rtrpools[cpt][LNET_NRBPOOLS]); in lnet_msg2bufpool()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h568 lnet_rtrbufpool_t **ln_rtrpools; member