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

  /external/mesa3d/src/intel/vulkan/
anv_gem_stubs.c 31 memfd_create(const char *name, unsigned int flags) function
39 int fd = memfd_create("fake bo", MFD_CLOEXEC);
anv_allocator.c 133 memfd_create(const char *name, unsigned int flags) function
263 pool->fd = memfd_create("block pool", MFD_CLOEXEC);

Completed in 60 milliseconds