Searched refs:rmr_list_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_util.c102 dapl_llist_init_head(&ia_ptr->rmr_list_head);
162 rmr_ptr = (dapl_llist_is_empty(&ia_ptr->rmr_list_head)
163 ? NULL : dapl_llist_peek_head(&ia_ptr->rmr_list_head));
165 next_rmr_ptr = dapl_llist_next_entry(&ia_ptr->rmr_list_head,
371 if (!dapl_llist_is_empty(&ia_ptr->rmr_list_head) ||
510 dapl_os_assert(dapl_llist_is_empty(&ia_ptr->rmr_list_head));
660 dapl_llist_add_head(&ia_ptr->rmr_list_head,
688 (void) dapl_llist_remove_entry(&ia_ptr->rmr_list_head,
H A Ddapl_osd.c397 while (!dapl_llist_is_empty(&ia_ptr->rmr_list_head)) {
400 rmr_list_head);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h395 DAPL_LLIST_HEAD rmr_list_head; /* RMR queue */ member in struct:dapl_ia

Completed in 105 milliseconds