tlist 421 dev/raidframe/rf_cvscan.c RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL;
tlist 430 dev/raidframe/rf_cvscan.c tmp->next = tlist;
tlist 431 dev/raidframe/rf_cvscan.c tlist = tmp;
tlist 445 dev/raidframe/rf_cvscan.c tmp->next = tlist;
tlist 446 dev/raidframe/rf_cvscan.c tlist = tmp; /* Insert on a temp queue. */
tlist 453 dev/raidframe/rf_cvscan.c while (tlist) {
tlist 455 dev/raidframe/rf_cvscan.c tmp = tlist->next;
tlist 456 dev/raidframe/rf_cvscan.c rf_RealEnqueue(hdr, tlist);
tlist 457 dev/raidframe/rf_cvscan.c tlist = tmp;