burner 88 dev/raidframe/rf_cvscan.c for (key = hdr->nxt_priority - 1, tmp = hdr->burner;
burner 192 dev/raidframe/rf_cvscan.c rf_Transfer(&hdr->burner, &hdr->left);
burner 193 dev/raidframe/rf_cvscan.c rf_Transfer(&hdr->burner, &hdr->right);
burner 202 dev/raidframe/rf_cvscan.c rf_PriorityInsert(&hdr->burner, req);
burner 273 dev/raidframe/rf_cvscan.c && hdr->burner != (RF_DiskQueueData_t *) NULL) {
burner 277 dev/raidframe/rf_cvscan.c RF_DiskQueueData_t *burner = hdr->burner;
burner 278 dev/raidframe/rf_cvscan.c hdr->nxt_priority = burner->priority;
burner 279 dev/raidframe/rf_cvscan.c while (burner != (RF_DiskQueueData_t *) NULL &&
burner 280 dev/raidframe/rf_cvscan.c burner->priority == hdr->nxt_priority) {
burner 281 dev/raidframe/rf_cvscan.c RF_DiskQueueData_t *next = burner->next;
burner 282 dev/raidframe/rf_cvscan.c rf_RealEnqueue(hdr, burner);
burner 283 dev/raidframe/rf_cvscan.c burner = next;
burner 285 dev/raidframe/rf_cvscan.c hdr->burner = burner;
burner 362 dev/raidframe/rf_cvscan.c hdr->burner = (RF_DiskQueueData_t *) NULL;
burner 399 dev/raidframe/rf_cvscan.c for (tmp = hdr->burner; tmp != (RF_DiskQueueData_t *) NULL;
burner 421 dev/raidframe/rf_cvscan.c RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL;
burner 428 dev/raidframe/rf_cvscan.c hdr->burner = tmp->next;
burner 432 dev/raidframe/rf_cvscan.c tmp = hdr->burner;
burner 72 dev/raidframe/rf_cvscan.h RF_DiskQueueData_t *burner;