HomeSort by relevance Sort by last modified time
    Searched defs:memfd_create (Results 1 - 6 of 6) sorted by null

  /art/libartbase/base/
memfd.cc 29 // When building for linux host, glibc in prebuilts does not include memfd_create system call
43 int memfd_create(const char* name, unsigned int flags) { function in namespace:art
44 // Check kernel version supports memfd_create(). Some older kernels segfault executing
45 // memfd_create() rather than returning ENOSYS (b/116769556).
63 int memfd_create(const char* name ATTRIBUTE_UNUSED, unsigned int flags ATTRIBUTE_UNUSED) {
  /external/linux-kselftest/tools/testing/selftests/drivers/dma-buf/
udmabuf.c 18 static int memfd_create(const char *name, unsigned int flags) function
36 memfd = memfd_create("udmabuf-test", MFD_CLOEXEC);
  /external/mesa3d/src/intel/vulkan/
anv_gem_stubs.c 32 memfd_create(const char *name, unsigned int flags) function
41 int fd = memfd_create("fake bo", MFD_CLOEXEC);
anv_allocator.c 114 memfd_create(const char *name, unsigned int flags) function
255 pool->fd = memfd_create("block pool", MFD_CLOEXEC);
    [all...]
  /external/swiftshader/src/Reactor/
ExecutableMemory.cpp 89 int memfd_create(const char* name, unsigned int flags) function in namespace:rr::__anon40212
112 // memfd_create fails, -1 is returned. Note, the mappings should be
116 static int fd = memfd_create("SwiftShader JIT", 0);
  /device/generic/goldfish-opengl/system/vulkan_enc/
ResourceTracker.cpp 127 memfd_create(const char *name, unsigned int flags) { function
    [all...]

Completed in 2611 milliseconds