Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 25 of 70) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c369 goto unmap; in test_mlock_lock()
373 goto unmap; in test_mlock_lock()
378 goto unmap; in test_mlock_lock()
383 unmap: in test_mlock_lock()
478 goto unmap; in test_mlock_onfault()
482 goto unmap; in test_mlock_onfault()
491 goto unmap; in test_mlock_onfault()
495 unmap: in test_mlock_onfault()
523 goto unmap; in test_lock_onfault_of_present()
534 goto unmap; in test_lock_onfault_of_present()
[all …]
/external/libmojo/base/android/linker/
Dmodern_linker_jni.cc309 void* unmap = reinterpret_cast<void*>(uintptr_addr + load_size); in ResizeReservedAddressSpace() local
311 if (munmap(unmap, length) == -1) { in ResizeReservedAddressSpace()
313 static_cast<int>(length), unmap, strerror(errno)); in ResizeReservedAddressSpace()
324 void* unmap = in ResizeReservedAddressSpace() local
327 if (munmap(unmap, length) == -1) { in ResizeReservedAddressSpace()
329 static_cast<int>(length), unmap, strerror(errno)); in ResizeReservedAddressSpace()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/
Dtest3-1m22 unmap foo
23 unmap bar
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DSharedBufferHandleImpl.java58 public void unmap(ByteBuffer buffer) { in unmap() method in SharedBufferHandleImpl
59 mCore.unmap(buffer); in unmap()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-mpm-2shm-1m23 unmap foo
24 unmap bar
Dtest-lazy-2shm-1m25 unmap foo
26 unmap bar
/external/selinux/libselinux/src/
Dload_policy.c214 goto unmap; in selinux_mkload_policy()
217 goto unmap; in selinux_mkload_policy()
223 goto unmap; in selinux_mkload_policy()
266 goto unmap; in selinux_mkload_policy()
291 unmap: in selinux_mkload_policy()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ) in vbo_exec_vtx_flush() argument
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h131 void (*unmap)( struct pb_buffer *buf ); member
180 buf->vtbl->unmap(buf); in pb_unmap()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME54 Use map/unmap to attach/detach
65 unmap <seg-name> - unmap specified segment, but remember name/size/...
/external/swiftshader/src/OpenGL/libGLES_CM/
DIndexDataManager.cpp133 streamingBuffer->unmap(); in prepareIndexData()
198 void StreamingIndexBuffer::unmap() in unmap() function in es1::StreamingIndexBuffer
DIndexDataManager.h44 void unmap();
DVertexDataManager.cpp110 vertexBuffer->unmap(); in writeAttributeData()
232 void VertexBuffer::unmap() in unmap() function in es1::VertexBuffer
DVertexDataManager.h47 void unmap();
/external/swiftshader/src/OpenGL/libGL/
DIndexDataManager.cpp150 streamingBuffer->unmap(); in prepareIndexData()
216 void StreamingIndexBuffer::unmap() in unmap() function in gl::StreamingIndexBuffer
DIndexDataManager.h47 void unmap();
DVertexDataManager.cpp109 vertexBuffer->unmap(); in writeAttributeData()
238 void VertexBuffer::unmap() in unmap() function in gl::VertexBuffer
DVertexDataManager.h50 void unmap();
/external/skia/src/gpu/
DGrOpFlushState.h64 fVertexPool.unmap(); in preIssueDraws()
65 fIndexPool.unmap(); in preIssueDraws()
/external/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp141 streamingBuffer->unmap(); in prepareIndexData()
212 void StreamingIndexBuffer::unmap() in unmap() function in es2::StreamingIndexBuffer
DIndexDataManager.h44 void unmap();
DVertexDataManager.h47 void unmap();
/external/drm_gralloc/
Dgralloc_drm_priv.h68 void (*unmap)(struct gralloc_drm_drv_t *drv, member
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DSharedBufferHandle.java158 public void unmap(ByteBuffer buffer); in unmap() method
/external/skia/src/gpu/vk/
DGrVkUniformBuffer.h25 void unmap(GrVkGpu* gpu) { in unmap() function

123