Searched refs:Recycle (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsString.h230 * Deprecated: don't use |Recycle|, just call |nsMemory::Free| directly
234 inline void Recycle( char* aBuffer) { nsMemory::Free(aBuffer); } function
235 inline void Recycle( PRUnichar* aBuffer) { nsMemory::Free(aBuffer); } function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.h131 // released in two steps using Recycle and RecycleWait.
136 UHCI_ASYNC_REQUEST *Recycle; member in struct:_USB_HC_DEV
H A DUhciSched.h53 UHCI_ASYNC_REQUEST *Recycle; member in struct:_UHCI_ASYNC_REQUEST
H A DUhciSched.c802 AsyncReq->Recycle = Uhc->RecycleWait;
881 Recycle the asynchronouse request. When a queue head
888 activation, all the requests on Recycle list is freed.
904 Req = Uhc->Recycle;
907 Next = Req->Recycle;
912 Uhc->Recycle = Uhc->RecycleWait;
933 // Call UhciRecycleAsyncReq twice. The requests on Recycle
977 // Recycle the asynchronous requests expired, and promote

Completed in 198 milliseconds