Lines Matching defs:new_list
331 struct seek_mode_info *p, *this, *new_list = NULL;
337 if (new_list == NULL || this->nseeks > new_list->nseeks)
338 new_list = this;
339 else if (this->nseeks == new_list->nseeks) {
340 for (p = new_list; p != NULL; p = p->next)
347 this->next = new_list;
348 new_list = this;
354 sip->median / sip->nseeks, new_list->mode, new_list->nseeks);
356 if (new_list->next) {
358 for (p = new_list->next; p != NULL; p = p->next)