Searched defs:RF_DiskQueue_s (Results 1 – 1 of 1) sorted by relevance
99 struct RF_DiskQueue_s { struct100 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 on105 long maxOutstanding; /* max # of I/Os that can be outstanding on a107 int curPriority; /* the priority of accs all that are currently109 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 */[all …]