Searched refs:queueAlloc (Results 1 – 1 of 1) sorted by relevance
2882 uint32_t queueCount, queueAlloc; in objectInstantiate() local2988 queueAlloc = 1; in objectInstantiate()2990 queueAlloc += userMeta->queueNames->count; in objectInstantiate()2992 unboundedQueueArray = IONewZero(IODispatchQueue *, queueAlloc); in objectInstantiate()2994 OSBoundedArrayRef<IODispatchQueue *>(unboundedQueueArray, queueAlloc); in objectInstantiate()5792 uint32_t idx, queueAlloc; in serviceFree() local5800 queueAlloc = 1; in serviceFree()5802 queueAlloc += uvars->userMeta->queueNames->count; in serviceFree()5804 for (idx = 0; idx < queueAlloc; idx++) { in serviceFree()5808 IOSafeDeleteNULL(unboundedQueueArray, IODispatchQueue *, queueAlloc); in serviceFree()