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

  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleObjectPool_test.cpp 42 // At the end, all created objects should be either recycled or deleted.
43 // Some objects could be recycled multiple times, that's why it's <=
44 ASSERT_EQ(stats->Obtained, stats->Recycled);
45 ASSERT_LE(stats->Created, stats->Recycled);
51 stats->Recycled = 0;
61 // At this point, v1 should be recycled and the only object in the pool.
116 ASSERT_EQ(static_cast<uint32_t>(T * C * O), stats->Recycled);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleObjectPool.h 38 std::atomic<uint32_t> Recycled {0};
105 INC_METRIC_IF_DEBUG(Recycled)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 271 // Get the recycled transmit buffer status.
1186 and Map->Recycled of two doubly linked lists.
1191 If the address of Map->Recycled is NULl, then ASSERT().
1205 InitializeListHead (&Map->Recycled);
1214 Removes all nodes of the Recycled doubly linked list and free memory of all related netmap items.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 745 LIST_ENTRY Recycled;
755 and Map->Recycled of two doubly linked lists.
760 If the address of Map->Recycled is NULl, then ASSERT().
775 Removes all nodes of the Recycled doubly linked list and free memory of all related netmap items.
898 entry of the item to the Recycled doubly linked list of the netmap. If Value is not NULL,
925 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,
949 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,
    [all...]

Completed in 215 milliseconds