Lines Matching defs:pL2ClusterAlloc
1899 PQEDCLUSTERASYNCALLOC pL2ClusterAlloc = NULL;
1902 pL2ClusterAlloc = (PQEDCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QEDCLUSTERASYNCALLOC));
1903 if (RT_UNLIKELY(!pL2ClusterAlloc))
1913 RTMemFree(pL2ClusterAlloc);
1921 pL2ClusterAlloc->enmAllocState = QEDCLUSTERASYNCALLOCSTATE_L2_ALLOC;
1922 pL2ClusterAlloc->cbImageOld = offL2Tbl;
1923 pL2ClusterAlloc->offClusterNew = offL2Tbl;
1924 pL2ClusterAlloc->idxL1 = idxL1;
1925 pL2ClusterAlloc->idxL2 = idxL2;
1926 pL2ClusterAlloc->cbToWrite = cbToWrite;
1927 pL2ClusterAlloc->pL2Entry = pL2Entry;
1936 qedAsyncClusterAllocUpdate, pL2ClusterAlloc);
1941 RTMemFree(pL2ClusterAlloc);
1946 rc = qedAsyncClusterAllocUpdate(pImage, pIoCtx, pL2ClusterAlloc, rc);