Lines Matching refs:phn_next_get
58 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling != in node_print()
59 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_print()
75 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL; in heap_print()
76 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_print()
77 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t, in heap_print()
105 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling != in node_validate()
106 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_validate()
107 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t, in node_validate()
126 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL; in heap_validate()
127 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_validate()
128 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t, in heap_validate()