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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_util.c101 dapl_llist_init_head(&ia_ptr->lmr_list_head);
214 lmr_ptr = (dapl_llist_is_empty(&ia_ptr->lmr_list_head)
215 ? NULL : dapl_llist_peek_head(&ia_ptr->lmr_list_head));
217 next_lmr_ptr = dapl_llist_next_entry(&ia_ptr->lmr_list_head,
374 !dapl_llist_is_empty(&ia_ptr->lmr_list_head) ||
509 dapl_os_assert(dapl_llist_is_empty(&ia_ptr->lmr_list_head));
605 dapl_llist_add_head(&ia_ptr->lmr_list_head,
633 (void) dapl_llist_remove_entry(&ia_ptr->lmr_list_head,
H A Ddapl_osd.c449 while (!dapl_llist_is_empty(&ia_ptr->lmr_list_head)) {
451 &ia_ptr->lmr_list_head);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h394 DAPL_LLIST_HEAD lmr_list_head; /* LMR queue */ member in struct:dapl_ia

Completed in 60 milliseconds