Home
last modified time | relevance | path

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); in dapl_ia_alloc()
161 rmr_ptr = (dapl_llist_is_empty(&ia_ptr->rmr_list_head) in dapl_ia_abrupt_close()
162 ? NULL : dapl_llist_peek_head(&ia_ptr->rmr_list_head)); in dapl_ia_abrupt_close()
164 next_rmr_ptr = dapl_llist_next_entry(&ia_ptr->rmr_list_head, in dapl_ia_abrupt_close()
369 if (!dapl_llist_is_empty(&ia_ptr->rmr_list_head) || in dapl_ia_graceful_close()
508 dapl_os_assert(dapl_llist_is_empty(&ia_ptr->rmr_list_head)); in dapls_ia_free()
658 dapl_llist_add_head(&ia_ptr->rmr_list_head, in dapl_ia_link_rmr()
686 (void) dapl_llist_remove_entry(&ia_ptr->rmr_list_head, in dapl_ia_unlink_rmr()
H A Ddapl_osd.c397 while (!dapl_llist_is_empty(&ia_ptr->rmr_list_head)) { in dapls_osd_fork_cleanup()
400 rmr_list_head); in dapls_osd_fork_cleanup()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h389 DAPL_LLIST_HEAD rmr_list_head; /* RMR queue */ member