Home
last modified time | relevance | path

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

12345

/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c309 goto unmap; in test_mlock_lock()
313 goto unmap; in test_mlock_lock()
318 goto unmap; in test_mlock_lock()
323 unmap: in test_mlock_lock()
418 goto unmap; in test_mlock_onfault()
422 goto unmap; in test_mlock_onfault()
431 goto unmap; in test_mlock_onfault()
435 unmap: in test_mlock_onfault()
463 goto unmap; in test_lock_onfault_of_present()
474 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()
290 unmap: in selinux_mkload_policy()
/external/libxcam/modules/soft/
Dsoft_video_buf_allocator.cpp37 virtual bool unmap ();
67 VideoMemData::unmap () in unmap() function in XCam::VideoMemData
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap12.c123 goto unmap; in verify_mmap()
129 unmap: in verify_mmap()
/external/libxcam/xcore/
Dimage_file_handle.cpp66 buf->unmap (); in read_buf()
92 buf->unmap (); in write_buf()
Dbuffer_pool.h40 virtual bool unmap () = 0;
63 virtual bool unmap ();
Dsmart_buffer_priv.cpp77 this->base.unmap = SmartBufferPriv::buf_unmap; in SmartBufferPriv()
121 buf->_buf_ptr->unmap (); in buf_unmap()
Dbuffer_pool.cpp54 BufferProxy::unmap () in unmap() function in XCam::BufferProxy
57 return _data->unmap (); in unmap()
Ddma_video_buffer.h38 virtual bool unmap ();
/external/libxcam/xcore/base/
Dxcam_buffer.h108 void (*unmap) (XCamVideoBuffer *); member
122 #define xcam_video_buffer_unmap(buf) (buf)->unmap(buf)
/external/autotest/client/cros/graphics/
Dgbm.py151 def unmap(self, map_data_p): member in GBMBuffer
229 bo.unmap(bo._map_p)
263 bo.unmap(bo._map_p)
/external/libxcam/modules/ocl/
Dcl_video_buffer.cpp37 unmap (); in ~CLVideoBufferData()
64 CLVideoBufferData::unmap () in unmap() function in XCam::CLVideoBufferData
Dcl_utils.cpp181 buf->unmap (); in convert_nv12_mem_to_video_buffer()
390 top_view_buf->unmap(); in sample_generate_top_view()
391 stitch_buf->unmap(); in sample_generate_top_view()
428 rectified_view_buf->unmap(); in sample_generate_rectified_view()
429 stitch_buf->unmap(); in sample_generate_rectified_view()
/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
/external/swiftshader/src/OpenGL/libGL/
DIndexDataManager.cpp150 streamingBuffer->unmap(); in prepareIndexData()
216 void StreamingIndexBuffer::unmap() in unmap() function in gl::StreamingIndexBuffer
/external/skqp/tests/
DTransferPixelsTest.cpp105 buffer->unmap(); in basic_transfer_test()
150 buffer->unmap(); in basic_transfer_test()
/external/skia/tests/
DTransferPixelsTest.cpp98 buffer->unmap(); in basic_transfer_test()
155 buffer->unmap(); in basic_transfer_test()
/external/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp322 streamingBuffer->unmap(); in prepareIndexData()
348 streamingBuffer->unmap(); in prepareIndexData()
417 void StreamingIndexBuffer::unmap() in unmap() function in es2::StreamingIndexBuffer

12345