HomeSort by: relevance | last modified time | path
    Searched refs:rf_cvscan_LEFT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_cvscan.h 56 rf_cvscan_LEFT,
rf_cvscan.c 115 || (order == rf_cvscan_LEFT && (*list_ptr)->sectorOffset > req->sectorOffset));
144 ReqInsert(&hdr->left, ReqDequeue(&hdr->right), rf_cvscan_LEFT);
192 ReqInsert(&hdr->left, req, rf_cvscan_LEFT);
235 ((hdr->direction == rf_cvscan_LEFT) ? range * hdr->change_penalty : 0);
242 hdr->direction = rf_cvscan_LEFT;
317 (hdr->direction == rf_cvscan_LEFT) ? "LEFT" : "RIGHT");

Completed in 13 milliseconds