Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c449 &ptl->ptl_msg_delayed); in lnet_ptl_match_early()
518 &ptl->ptl_msg_delayed); in lnet_ptl_match_delay()
586 list_add_tail(&msg->msg_list, &ptl->ptl_msg_delayed); in lnet_ptl_match_md()
642 list_empty(&ptl->ptl_msg_delayed) && in lnet_ptl_attach_md()
701 head = &ptl->ptl_msg_delayed; in lnet_ptl_attach_md()
723 LASSERT(list_empty(&ptl->ptl_msg_delayed)); in lnet_ptl_cleanup()
768 INIT_LIST_HEAD(&ptl->ptl_msg_delayed); in lnet_ptl_setup()
924 list_splice_init(&ptl->ptl_msg_delayed, &zombies); in LNetClearLazyPortal()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h621 struct list_head ptl_msg_delayed; member