Home
last modified time | relevance | path

Searched defs:RF_DiskQueue_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_diskqueue.h99 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 */
[all …]