Lines Matching refs:notifyMsg
107 assert(!notifyMsg); in initWithCapacity()
108 notifyMsg = IOMallocType(IODataQueueInternal); in initWithCapacity()
109 ((IODataQueueInternal *)notifyMsg)->queueSize = size; in initWithCapacity()
143 if (notifyMsg) { in free()
145 …IOFreeAligned(dataQueue, round_page(((IODataQueueInternal *)notifyMsg)->queueSize + DATA_QUEUE_MEM… in free()
149 IOFreeType(notifyMsg, IODataQueueInternal); in free()
150 notifyMsg = NULL; in free()
179 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in enqueue()
261 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in setNotificationPort()
274 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in sendDataAvailableNotification()
295 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in getMemoryDescriptor()