Lines Matching refs:IOSharedDataQueue
52 class IOSharedDataQueue : public IODataQueue
54 OSDeclareDefaultStructors(IOSharedDataQueue);
91 static OSPtr<IOSharedDataQueue> withCapacity(UInt32 size __xnu_data_size);
101 static OSPtr<IOSharedDataQueue> withEntries(UInt32 numEntries, UInt32 entrySize __xnu_data_size);
153 return IOSharedDataQueue::enqueue(data, dataSize); in enqueue_tail()
158 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 0);
159 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 1);
160 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 2);
161 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 3);
162 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 4);
163 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 5);
164 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 6);
165 OSMetaClassDeclareReservedUnused(IOSharedDataQueue, 7);