Lines Matching defs:aCachedTasks
529 R3PTRTYPE(PAHCIREQ) aCachedTasks[AHCI_NR_COMMAND_SLOTS];
4646 if (pAhciPort->aCachedTasks[i])
4647 ahciReqMemFree(pAhciPort, pAhciPort->aCachedTasks[i], true /* fForceFree */);
5680 if (pAhciPort->aCachedTasks[i])
5682 ahciReqMemFree(pAhciPort, pAhciPort->aCachedTasks[i], true /* fForceFree */);
5683 RTMemFree(pAhciPort->aCachedTasks[i]);
5684 pAhciPort->aCachedTasks[i] = NULL;
5699 for (unsigned i = 0; i < RT_ELEMENTS(pAhciPort->aCachedTasks); i++)
5701 PAHCIREQ pAhciReq = pAhciPort->aCachedTasks[i];
5719 ASMAtomicWriteNullPtr(&pAhciPort->aCachedTasks[i]);
6678 if (!pAhciPort->aCachedTasks[idx])
6683 pAhciPort->aCachedTasks[idx] = pAhciReq;
6686 pAhciReq = pAhciPort->aCachedTasks[idx];
8133 Assert(!pAhciPort->aCachedTasks[i]);