Searched refs:Recycled (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c1073 and Map->Recycled of two doubly linked lists.
1078 If the address of Map->Recycled is NULl, then ASSERT().
1092 InitializeListHead (&Map->Recycled);
1101 Removes all nodes of the Recycled doubly linked list and free memory of all related netmap items.
1132 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Map->Recycled) {
1139 ASSERT (IsListEmpty (&Map->Recycled));
1188 If the Recycled doubly linked list of the netmap is empty, it will try to allocate
1190 of the Recycled doubly linked list of the netmap. Otherwise, it will directly remove
1191 the fist node entry of the Recycled doubly linked list and return the corresponding item.
1212 Head = &Map->Recycled;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h678 LIST_ENTRY Recycled; member in struct:__anon11050
688 and Map->Recycled of two doubly linked lists.
693 If the address of Map->Recycled is NULl, then ASSERT().
708 Removes all nodes of the Recycled doubly linked list and free memory of all related netmap items.
831 entry of the item to the Recycled doubly linked list of the netmap. If Value is not NULL,
858 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,
882 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,

Completed in 38 milliseconds