Searched refs:ptr_rec_ptr (Results 1 – 2 of 2) sorted by relevance
42 ptr_record *ptr_rec_ptr = HEAD_TO_PTR_REC(head_ptr); in U() local45 U(avl_insert)((U(avl_avl) *) & (desc->avl_tree_root), ptr_rec_ptr); in U()47 if (bin_front_ptr != ptr_rec_ptr) { in U()52 ptr_rec_ptr->self = ptr_rec_ptr; in U()56 ptr_rec_ptr->prev = bin_front_ptr; in U()57 ptr_rec_ptr->next = bin_front_ptr->next; in U()58 bin_front_ptr->next = ptr_rec_ptr; in U()60 if (ptr_rec_ptr->next) in U()61 ptr_rec_ptr->next->prev = ptr_rec_ptr; in U()64 ptr_rec_ptr->next = 0; in U()[all …]
48 ptr_record *ptr_rec_ptr = in U() local55 return(ptr_rec_ptr ? in U()56 U(alloc_from_bin)(desc, ptr_rec_ptr, (U(size_bau)) n) : 0); in U()