Home
last modified time | relevance | path

Searched defs:reservation (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireInjectSwapChainTests.cpp33 ReservedSwapChain reservation = GetWireClient()->ReserveSwapChain(device); in TEST_F() local
57 ReservedSwapChain reservation = GetWireClient()->ReserveSwapChain(device); in TEST_F() local
73 ReservedSwapChain reservation = GetWireClient()->ReserveSwapChain(device); TEST_F() local
97 ReservedSwapChain reservation = GetWireClient()->ReserveSwapChain(device); TEST_F() local
[all...]
H A DWireInjectTextureTests.cpp33 ReservedTexture reservation = GetWireClient()->ReserveTexture(device); in TEST_F() local
57 ReservedTexture reservation = GetWireClient()->ReserveTexture(device); in TEST_F() local
72 ReservedTexture reservation = GetWireClient()->ReserveTexture(device); TEST_F() local
95 ReservedTexture reservation = GetWireClient()->ReserveTexture(device); TEST_F() local
[all...]
H A DWireInjectDeviceTests.cpp33 ReservedDevice reservation = GetWireClient()->ReserveDevice(); in TEST_F() local
68 ReservedDevice reservation = GetWireClient()->ReserveDevice(); in TEST_F() local
92 ReservedDevice reservation in TEST_F() local
119 ReservedDevice reservation = GetWireClient()->ReserveDevice(); TEST_F() local
128 ReservedDevice reservation = GetWireClient()->ReserveDevice(); TEST_F() local
253 ReservedDevice reservation = GetWireClient()->ReserveDevice(); TEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dmem-reservation.c95 struct xen_memory_reservation reservation = { in xenmem_reservation_increase() local
111 struct xen_memory_reservation reservation = { in xenmem_reservation_decrease() local
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dmem-reservation.c88 struct xen_memory_reservation reservation = { in xenmem_reservation_increase() local
104 struct xen_memory_reservation reservation = { in xenmem_reservation_decrease() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireClient.cpp44 void WireClient::ReclaimTextureReservation(const ReservedTexture& reservation) { in ReclaimTextureReservation() argument
48 void WireClient::ReclaimSwapChainReservation(const ReservedSwapChain& reservation) { in ReclaimSwapChainReservation() argument
52 void WireClient::ReclaimDeviceReservation(const ReservedDevice& reservation) { in ReclaimDeviceReservation() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.cpp121 void Client::ReclaimTextureReservation(const ReservedTexture& reservation) { in ReclaimTextureReservation() argument
125 void Client::ReclaimSwapChainReservation(const ReservedSwapChain& reservation) { in ReclaimSwapChainReservation() argument
129 void Client::ReclaimDeviceReservation(const ReservedDevice& reservation) { in ReclaimDeviceReservation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmemory.cpp71 zx_vaddr_t reservation; in allocatePages() local
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWireHelper.cpp135 auto reservation = mWireClient->ReserveDevice(); variable
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space.cc154 base::Optional<AddressSpaceReservation> reservation = in AllocateSubspace() local
182 VirtualAddressSubspace( AddressSpaceReservation reservation, VirtualAddressSpaceBase* parent_space, PagePermissions max_page_permissions) VirtualAddressSubspace() argument
341 base::Optional<AddressSpaceReservation> reservation = AllocateSubspace() local
371 AddressSpaceReservation reservation = subspace->reservation_; FreeSubspace() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dbasic-memory-chunk.cc53 BasicMemoryChunk(Heap* heap, BaseSpace* space, size_t chunk_size, Address area_start, Address area_end, VirtualMemory reservation) BasicMemoryChunk() argument
H A Dspaces.cc129 VirtualMemory* reservation = reserved_memory(); in ShrinkToHighWaterMark() local
H A Dmemory-allocator.h271 VirtualMemory reservation; member
H A Dmemory-chunk.cc122 MemoryChunk(Heap* heap, BaseSpace* space, size_t chunk_size, Address area_start, Address area_end, VirtualMemory reservation, Executability executable, PageSize page_size) MemoryChunk() argument
H A Dmemory-allocator.cc218 bool MemoryAllocator::CommitMemory(VirtualMemory* reservation) { in CommitMemory() argument
228 bool MemoryAllocator::UncommitMemory(VirtualMemory* reservation) { in UncommitMemory() argument
353 VirtualMemory reservation; AllocateUninitializedChunk() local
403 VirtualMemory* reservation = chunk->reserved_memory(); PartialFreeMemory() local
426 VirtualMemory* reservation = chunk->reserved_memory(); UnregisterSharedBasicMemoryChunk() local
436 VirtualMemory* reservation = chunk->reserved_memory(); UnregisterBasicMemoryChunk() local
470 VirtualMemory* reservation = chunk->reserved_memory(); FreeReadOnlyPage() local
497 VirtualMemory* reservation = chunk->reserved_memory(); PerformFreeMemory() local
[all...]
H A Dread-only-spaces.cc332 ReadOnlyPage(Heap* heap, BaseSpace* space, size_t chunk_size, Address area_start, Address area_end, VirtualMemory reservation) ReadOnlyPage() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DObjectStorage.h102 Data reservation; in KnownObjects() local
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bo.h134 void *reservation; member
/third_party/node/deps/v8/src/utils/
H A Dallocation.h359 VirtualMemory* reservation() { return &reservation_; } in reservation() function in v8::internal::VirtualMemoryCage
360 const VirtualMemory* reservation() const { return &reservation_; } in reservation() function in v8::internal::VirtualMemoryCage
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp323 zx_vaddr_t reservation; in allocateMemoryPages() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-fuchsia.cc323 void OS::FreeAddressSpaceReservation(AddressSpaceReservation reservation) { in FreeAddressSpaceReservation() argument
400 FreeSubReservation( AddressSpaceReservation reservation) FreeSubReservation() argument
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dsetup.c238 struct xen_memory_reservation reservation = { in xen_free_mfn() local
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsetup.c243 struct xen_memory_reservation reservation = { in xen_free_mfn() local
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_alloc.c2289 xfs_extlen_t reservation; /* blocks that are still reserved */ in xfs_alloc_space_available() local
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.c2327 xfs_extlen_t reservation; /* blocks that are still reserved */ in xfs_alloc_space_available() local

Completed in 22 milliseconds

12