HomeSort by relevance Sort by last modified time
    Searched refs:RecycleWait (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.h 133 // released in two steps using Recycle and RecycleWait.
139 UHCI_ASYNC_REQUEST *RecycleWait;
UhciSched.c 802 AsyncReq->Recycle = Uhc->RecycleWait;
803 Uhc->RecycleWait = AsyncReq;
885 first it is linked to the UHC's RecycleWait list. At
912 Uhc->Recycle = Uhc->RecycleWait;
913 Uhc->RecycleWait = NULL;
935 // RecycleWait will be released at the second call.

Completed in 405 milliseconds