Searched refs:unboundedQueueArray (Results 1 – 1 of 1) sorted by relevance
2897 IODispatchQueue ** unboundedQueueArray = NULL; in objectInstantiate() local2992 unboundedQueueArray = IONewZero(IODispatchQueue *, queueAlloc); in objectInstantiate()2994 OSBoundedArrayRef<IODispatchQueue *>(unboundedQueueArray, queueAlloc); in objectInstantiate()5793 IODispatchQueue ** unboundedQueueArray = NULL; in serviceFree() local5807 unboundedQueueArray = uvars->queueArray.data(); in serviceFree()5808 IOSafeDeleteNULL(unboundedQueueArray, IODispatchQueue *, queueAlloc); in serviceFree()