Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h324 struct lnet_msg_container *msc = the_lnet.ln_msg_containers[0]; in lnet_msg_alloc()
344 struct lnet_msg_container *msc = the_lnet.ln_msg_containers[0]; in lnet_msg_free_locked()
Dlib-types.h694 struct lnet_msg_container **ln_msg_containers; member