Lines Matching refs:next
424 * clear the ->next pointer, we will find the new leader via
460 core_state->dumper.next = NULL;
480 ptr = core_state->dumper.next;
483 ptr = ptr->next;
492 struct core_thread *curr, *next;
502 next = mm->core_state->dumper.next;
503 while ((curr = next) != NULL) {
504 next = curr->next;
508 * ->task == NULL before we read ->next.