Searched refs:traverse_pointer_ptr (Results 1 – 1 of 1) sorted by relevance
938 static void spl_dllist_it_helper_rewind(spl_ptr_llist_element **traverse_pointer_ptr, int *traverse… in spl_dllist_it_helper_rewind() argument940 SPL_LLIST_CHECK_DELREF(*traverse_pointer_ptr); in spl_dllist_it_helper_rewind()944 *traverse_pointer_ptr = llist->tail; in spl_dllist_it_helper_rewind()947 *traverse_pointer_ptr = llist->head; in spl_dllist_it_helper_rewind()950 SPL_LLIST_CHECK_ADDREF(*traverse_pointer_ptr); in spl_dllist_it_helper_rewind()954 static void spl_dllist_it_helper_move_forward(spl_ptr_llist_element **traverse_pointer_ptr, int *tr… in spl_dllist_it_helper_move_forward() argument956 if (*traverse_pointer_ptr) { in spl_dllist_it_helper_move_forward()957 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward()960 *traverse_pointer_ptr = old->prev; in spl_dllist_it_helper_move_forward()970 *traverse_pointer_ptr = old->next; in spl_dllist_it_helper_move_forward()[all …]
Completed in 7 milliseconds