Lines Matching defs:top_next
884 dns_slabheader_t *current = NULL, *top_prev = NULL, *top_next = NULL;
890 for (current = node->data; current != NULL; current = top_next) {
891 top_next = current->next;
917 dns_slabheader_t *top_prev = NULL, *top_next = NULL;
925 for (current = node->data; current != NULL; current = top_next) {
926 top_next = current->next;
980 down_next->next = top_next;
4168 dns_slabheader_t *header = NULL, *top_next = NULL;
4174 for (header = rbtnode->data; header != NULL; header = top_next) {
4175 top_next = header->next;
4216 dns_slabheader_t *header = NULL, *top_next = NULL;
4243 top_next = header->next;
4244 while (top_next != NULL &&
4245 (top_next->type == type || top_next->type == negtype))
4247 top_next = top_next->next;
4254 header = header->down != NULL ? header->down : top_next;
4256 header = top_next;
4258 for (; header != NULL; header = top_next) {
4259 top_next = header->next;
4285 while (top_next != NULL &&
4286 (top_next->type == type || top_next->type == negtype))
4288 top_next = top_next->next;