Home
last modified time | relevance | path

Searched refs:ln_msg_containers (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c139 struct lnet_msg_container *container = the_lnet.ln_msg_containers[cpt]; in lnet_msg_commit()
491 container = the_lnet.ln_msg_containers[cpt]; in lnet_finalize()
613 if (the_lnet.ln_msg_containers == NULL) in lnet_msg_containers_destroy()
616 cfs_percpt_for_each(container, i, the_lnet.ln_msg_containers) in lnet_msg_containers_destroy()
619 cfs_percpt_free(the_lnet.ln_msg_containers); in lnet_msg_containers_destroy()
620 the_lnet.ln_msg_containers = NULL; in lnet_msg_containers_destroy()
630 the_lnet.ln_msg_containers = cfs_percpt_alloc(lnet_cpt_table(), in lnet_msg_containers_create()
633 if (the_lnet.ln_msg_containers == NULL) { in lnet_msg_containers_create()
638 cfs_percpt_for_each(container, i, the_lnet.ln_msg_containers) { in lnet_msg_containers_create()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h544 struct lnet_msg_container **ln_msg_containers; member