Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIODataQueueShared.h57 typedef struct _IODataQueueMemory { struct
58 UInt32 queueSize;
59 volatile UInt32 head;
60 volatile UInt32 tail;
61 IODataQueueEntry queue[1];
/xnu-8792.41.9/iokit/System/
H A DIODataQueueDispatchSourceShared.h8 typedef struct _IODataQueueMemory { struct
9 volatile uint32_t head;
10 volatile uint32_t tail;
11 volatile uint8_t needServicedCallback;
12 volatile uint8_t _resv[31];
13 IODataQueueEntry queue[0];