Lines Matching defs:RF_DiskQueue_s
99 struct RF_DiskQueue_s { struct
100 const RF_DiskQueueSW_t *qPtr; /* access point to queue functions */
101 void *qHdr; /* queue header, of whatever type */
103 long numOutstanding; /* number of I/Os currently outstanding on
105 long maxOutstanding; /* max # of I/Os that can be outstanding on a
107 int curPriority; /* the priority of accs all that are currently
109 long queueLength; /* number of requests in queue */
110 RF_DiskQueueFlags_t flags; /* terminate, locked */
111 RF_Raid_t *raidPtr; /* associated array */
112 dev_t dev; /* device number for kernel version */
113 RF_SectorNum_t last_deq_sector; /* last sector number dequeued or
115 int col; /* debug only */
116 struct raidcinfo *rf_cinfo; /* disks component info.. */