Searched refs:unboundedQueueArray (Results 1 – 1 of 1) sorted by relevance
2889 IODispatchQueue ** unboundedQueueArray = NULL; in objectInstantiate() local2985 unboundedQueueArray = IONewZero(IODispatchQueue *, queueAlloc); in objectInstantiate()2987 OSBoundedArrayRef<IODispatchQueue *>(unboundedQueueArray, queueAlloc); in objectInstantiate()6065 IODispatchQueue ** unboundedQueueArray = NULL; in serviceFree() local6079 unboundedQueueArray = uvars->queueArray.data(); in serviceFree()6080 IOSafeDeleteNULL(unboundedQueueArray, IODispatchQueue *, queueAlloc); in serviceFree()