Searched refs:cr_list_head (Results 1 – 3 of 3) sorted by relevance
100 dapl_llist_init_head(&sp_ptr->cr_list_head); in dapls_sp_alloc()127 dapl_os_assert(dapl_llist_is_empty(&sp_ptr->cr_list_head)); in dapls_sp_free_sp()159 dapl_llist_add_tail(&sp_ptr->cr_list_head, in dapl_sp_link_cr()193 cr_ptr = (DAPL_CR *) dapl_llist_peek_head(&sp_ptr->cr_list_head); in dapl_sp_search_cr()201 } while ((void *)cr_ptr != (void *)sp_ptr->cr_list_head->data); in dapl_sp_search_cr()232 if (dapl_llist_is_empty(&sp_ptr->cr_list_head)) { in dapl_sp_remove_cr()240 (void) dapl_llist_remove_entry(&sp_ptr->cr_list_head, in dapl_sp_remove_cr()
468 cr_list_head)) { in dapls_osd_fork_cleanup()471 &sp_ptr->cr_list_head); in dapls_osd_fork_cleanup()
554 DAPL_LLIST_HEAD cr_list_head; /* CR pending queue */ member