Searched refs:memfd_create (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_alloc.c34 static int memfd_create(const char *name, function in typeref:typename:int
45 /* Get defines for the memfd_create syscall, using the
52 /* flags for memfd_create(2) (unsigned int) */
78 fd = memfd_create("xshmfence", MFD_CLOEXEC|MFD_ALLOW_SEALING);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_gem_stubs.c32 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int
41 int fd = memfd_create("fake bo", MFD_CLOEXEC);
H A Danv_allocator.c116 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int
155 table->fd = memfd_create("state table", MFD_CLOEXEC);
449 pool->fd = memfd_create("block pool", MFD_CLOEXEC);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Danon_file.c121 fd = memfd_create(debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING);
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddevice.c51 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int
87 shim_device.mem_fd = memfd_create("shim mem", MFD_CLOEXEC);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daub_mem.c35 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int
376 mem->mem_fd = memfd_create("phys memory", 0);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.7.rst66 - anv_allocator.c:113:1: error: static declaration of ‘memfd_create
212 - anv: Check if memfd_create is already defined.
H A D17.3.0.rst254 - anv_allocator.c:113:1: error: static declaration of ‘memfd_create
H A D18.0.0.rst193 - anv_allocator.c:113:1: error: static declaration of ‘memfd_create
H A D21.1.0.rst855 - st/nine: Check memfd_create support
/xsrc/external/mit/libxshmfence/dist/
H A Dconfigure.ac101 AC_CHECK_FUNCS(memfd_create mkostemp)
/xsrc/external/mit/xorg-server/dist/include/
H A Ddix-config.h.in128 /* Define to 1 if you have the `memfd_create' function. */
H A Ddo-not-use-config.h.in248 /* Define to 1 if you have the 'memfd_create' function. */
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c112 /* Use memfd only for 32 bits. Check for memfd_create support */
717 memfd_file->fd = memfd_create("gallium_nine_ram", 0);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshm.c1217 fd = memfd_create("xorg", MFD_CLOEXEC|MFD_ALLOW_SEALING);
1220 DebugF ("Using memfd_create\n");
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac160 walkcontext setitimer poll epoll_create1 mkostemp memfd_create \

Completed in 23 milliseconds