Searched refs:IODataQueueEntry (Results 1 – 5 of 5) sorted by relevance
169 IODataQueueEntry *172 IODataQueueEntry *entry = NULL; in peek()186 volatile IODataQueueEntry * head = NULL; in peek()195 head = (IODataQueueEntry *)((char *)dataQueue->queue + headOffset); in peek()211 entry = (IODataQueueEntry *)head; in peek()225 IODataQueueEntry * entry; in enqueue()245 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail); in enqueue()279 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail); in enqueue()317 volatile IODataQueueEntry * entry = NULL; in dequeue()333 volatile IODataQueueEntry * head = NULL; in dequeue()[all …]
170 IODataQueueEntry * entry; in enqueue()192 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail); in enqueue()213 ((IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail))->size = dataSize; in enqueue()226 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail); in enqueue()
46 } IODataQueueEntry; typedef61 IODataQueueEntry queue[1];79 #define DATA_QUEUE_ENTRY_HEADER_SIZE (sizeof(IODataQueueEntry) - 4)84 #define DATA_QUEUE_MEMORY_HEADER_SIZE (sizeof(IODataQueueMemory) - sizeof(IODataQueueEntry))
39 typedef struct _IODataQueueEntry IODataQueueEntry; typedef126 virtual IODataQueueEntry * peek();
4 } IODataQueueEntry; typedef6 #define DATA_QUEUE_ENTRY_HEADER_SIZE sizeof(IODataQueueEntry)13 IODataQueueEntry queue[0];295 IODataQueueEntry * entry = NULL; in Peek()312 IODataQueueEntry * head = NULL; in Peek()381 IODataQueueEntry * entry = NULL; in DequeueWithCoalesce()399 IODataQueueEntry * head = NULL; in DequeueWithCoalesce()494 IODataQueueEntry * entry; in EnqueueWithCoalesce()533 entry = (IODataQueueEntry *)((uintptr_t)dataQueue->queue + tail); in EnqueueWithCoalesce()545 entry = (IODataQueueEntry *)((uintptr_t)dataQueue->queue); in EnqueueWithCoalesce()[all …]