Home
last modified time | relevance | path

Searched refs:IODataQueueInternal (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODataQueue.cpp44 struct IODataQueueInternal { struct
110 notifyMsg = IOMallocType(IODataQueueInternal); in initWithCapacity()
111 ((IODataQueueInternal *)notifyMsg)->queueSize = size; in initWithCapacity()
148 round_page(((IODataQueueInternal *)notifyMsg)->queueSize + in free()
153 IOFreeType(notifyMsg, IODataQueueInternal); in free()
183 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in enqueue()
265 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in setNotificationPort()
278 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in sendDataAvailableNotification()
300 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in getMemoryDescriptor()